mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 10:05:44 -04:00
don't emulate a mouse click with the 3DS touch. doing so causes unintentional block removal when touch screen buttons are clicked
This commit is contained in:
parent
4e53ea0ab5
commit
e66e99c048
@ -170,8 +170,7 @@ void Window_ProcessEvents(double delta) {
|
||||
|
||||
u32 mods = hidKeysDown() | hidKeysHeld();
|
||||
HandleButtons(mods);
|
||||
|
||||
Input_SetNonRepeatable(CCMOUSE_L, mods & KEY_TOUCH);
|
||||
|
||||
ProcessTouchInput(mods);
|
||||
|
||||
if (Input.RawMode) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user