summaryrefslogtreecommitdiff
path: root/src/ios.m
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-28 12:11:02 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-28 12:11:02 +0200
commitdda0a57c419fe2e1b6fb7be465ddce84f6e5bff8 (patch)
tree2ef598685265e2472ee8847e6188f56f9a85b311 /src/ios.m
parentf972151945f14e352c032fab61915c9afa6a0d7b (diff)
Cleanup
Diffstat (limited to 'src/ios.m')
-rw-r--r--src/ios.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ios.m b/src/ios.m
index 82596ffd..154eb3ef 100644
--- a/src/ios.m
+++ b/src/ios.m
@@ -312,6 +312,8 @@ replacementString:(NSString *)string {
312 312
313@end 313@end
314 314
315/*----------------------------------------------------------------------------------------------*/
316
315static void enableMouse_(iBool yes) { 317static 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);