Skip to content

Commit

Permalink
once more - iterating on this is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 26, 2016
1 parent 51ccc9e commit 7f764bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/video/cocoa/SDL_cocoamousetap.m
Expand Up @@ -74,6 +74,9 @@
return NULL;
}
case kCGEventTapDisabledByUserInput:
{
return NULL;
}
default:
break;
}
Expand Down

0 comments on commit 7f764bd

Please sign in to comment.