mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Controller hud text
This commit is contained in:
parent
1f01daa3c1
commit
1d813004c2
2 changed files with 26 additions and 2 deletions
|
|
@ -707,11 +707,11 @@ public:
|
|||
if (y < 125) {
|
||||
b = JOY_Y;
|
||||
} else if (y > 155) {
|
||||
b = JOY_A;
|
||||
b = JOY_B;
|
||||
} else if (x < w - w / 8) {
|
||||
b = JOY_X;
|
||||
} else {
|
||||
b = JOY_B;
|
||||
b = JOY_A;
|
||||
}
|
||||
activeZone[i] = b + 1;
|
||||
virtualButtons[b] = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue