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:
camthehaxman 2024-01-24 10:04:24 -06:00
parent 4e53ea0ab5
commit e66e99c048

View File

@ -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) {