mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-13 01:26:50 -04:00
3DS: Fix can't click on on-screen keyboard in the launcher
This commit is contained in:
parent
c26fb7b162
commit
eedcc5326b
@ -370,6 +370,8 @@ void Pointer_SetPosition(int idx, int x, int y) {
|
|||||||
/* TODO: reset to -1, -1 when pointer is removed */
|
/* TODO: reset to -1, -1 when pointer is removed */
|
||||||
Pointers[idx].x = x; Pointers[idx].y = y;
|
Pointers[idx].x = x; Pointers[idx].y = y;
|
||||||
|
|
||||||
|
if (Pointers[0].DownHook && Pointers[0].DownHook(idx)) return;
|
||||||
|
|
||||||
#ifdef CC_BUILD_TOUCH
|
#ifdef CC_BUILD_TOUCH
|
||||||
if (Input_TouchMode && !(touches[idx].type & TOUCH_TYPE_GUI)) return;
|
if (Input_TouchMode && !(touches[idx].type & TOUCH_TYPE_GUI)) return;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user