Browse Source

Forward touch events from FetchMessage_Real()

pull/5434/head
staphen 4 years ago committed by Gleb Mazovetskiy
parent
commit
b8ceade79e
  1. 2
      Source/miniwin/misc_msg.cpp

2
Source/miniwin/misc_msg.cpp

@ -155,6 +155,8 @@ bool FetchMessage_Real(SDL_Event *event, uint16_t *modState)
case SDL_CONTROLLERAXISMOTION:
case SDL_CONTROLLERBUTTONDOWN:
case SDL_CONTROLLERBUTTONUP:
case SDL_FINGERDOWN:
case SDL_FINGERUP:
#endif
case SDL_JOYAXISMOTION:
case SDL_JOYBUTTONDOWN:

Loading…
Cancel
Save