Android: don't init touch pointer when device doesn't have touch
This commit is contained in:
parent
e8739156e4
commit
e15af5077f
|
@ -1067,6 +1067,7 @@ public final class EmulationActivity extends AppCompatActivity
|
||||||
|
|
||||||
public void initInputPointer()
|
public void initInputPointer()
|
||||||
{
|
{
|
||||||
mEmulationFragment.initInputPointer();
|
if (deviceHasTouchScreen())
|
||||||
|
mEmulationFragment.initInputPointer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue