mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
Disable joystick input if Virtual Keyboard active
Only for testing
This commit is contained in:
@@ -452,7 +452,7 @@ int Retro_PollEvent()
|
||||
}
|
||||
|
||||
|
||||
if(atari_devices[0]==RETRO_DEVICE_ATARI_JOYSTICK)
|
||||
if(atari_devices[0]==RETRO_DEVICE_ATARI_JOYSTICK && SHOWKEY==-1) // disable joystick input if Virtual Keyboard active
|
||||
{
|
||||
//shortcut for joy mode only
|
||||
|
||||
|
||||
Reference in New Issue
Block a user