???
parent
b60052fd96
commit
61c8298099
|
@ -287,7 +287,7 @@
|
|||
} else {
|
||||
float pointPos = pointX / sliderIOWidth;
|
||||
int idx = pointPos;
|
||||
idx = MAX(idx, 15);
|
||||
idx = MIN(idx, 15);
|
||||
int setIdx = idx*2;
|
||||
if (buf.slider[ setIdx ] != 0) {
|
||||
setIdx++;
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"Not connected" = "未连接";
|
||||
"Connected" = "已连接";
|
||||
"Enable Air Input" = "启用Air输入";
|
||||
"Insert Coin" = "投币";
|
||||
"Read Card" = "刷卡";
|
||||
}
|
Loading…
Reference in New Issue