Skip to content

Commit

Permalink
Android: don't init touch pointer when device doesn't have touch
Browse files Browse the repository at this point in the history
  • Loading branch information
zackhow committed Jan 23, 2019
1 parent e873915 commit e15af50
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -1067,6 +1067,7 @@ public Settings getSettings()

public void initInputPointer()
{
mEmulationFragment.initInputPointer();
if (deviceHasTouchScreen())
mEmulationFragment.initInputPointer();
}
}

0 comments on commit e15af50

Please sign in to comment.