forked from dolphin-emu/dolphin
Android: don't init touch pointer when device doesn't have touch
This commit is contained in:
@@ -1067,6 +1067,7 @@ public final class EmulationActivity extends AppCompatActivity
|
||||
|
||||
public void initInputPointer()
|
||||
{
|
||||
mEmulationFragment.initInputPointer();
|
||||
if (deviceHasTouchScreen())
|
||||
mEmulationFragment.initInputPointer();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user