diff options
-rw-r--r-- | src/ios.m | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -312,6 +312,8 @@ replacementString:(NSString *)string { | |||
312 | 312 | ||
313 | @end | 313 | @end |
314 | 314 | ||
315 | /*----------------------------------------------------------------------------------------------*/ | ||
316 | |||
315 | static void enableMouse_(iBool yes) { | 317 | static void enableMouse_(iBool yes) { |
316 | SDL_EventState(SDL_MOUSEBUTTONDOWN, yes); | 318 | SDL_EventState(SDL_MOUSEBUTTONDOWN, yes); |
317 | SDL_EventState(SDL_MOUSEMOTION, yes); | 319 | SDL_EventState(SDL_MOUSEMOTION, yes); |