Make all touch events use normalized (0-1) coordinates
This commit is contained in:
@@ -347,10 +347,6 @@ namespace lime {
|
||||
|
||||
void SDLApplication::ProcessMouseEvent (SDL_Event* event) {
|
||||
|
||||
#ifdef IPHONEOS
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (MouseEvent::callback) {
|
||||
|
||||
switch (event->type) {
|
||||
|
||||
Reference in New Issue
Block a user