Make all touch events use normalized (0-1) coordinates

This commit is contained in:
Joshua Granick
2015-08-12 10:58:02 -07:00
parent 6d2930b369
commit 603da175d2
4 changed files with 11 additions and 12 deletions

View File

@@ -347,10 +347,6 @@ namespace lime {
void SDLApplication::ProcessMouseEvent (SDL_Event* event) {
#ifdef IPHONEOS
return;
#endif
if (MouseEvent::callback) {
switch (event->type) {