(BlackBerry) Fix the overlay not cycling past minimized.

This commit is contained in:
CatalystG 2013-06-11 18:59:41 -04:00
parent f4b6a735b2
commit e022981b06
1 changed files with 1 additions and 0 deletions

View File

@ -525,6 +525,7 @@ static int16_t qnx_input_state(void *data, const struct retro_keybind **retro_ke
break; break;
#endif #endif
case RARCH_DEVICE_POINTER_SCREEN: case RARCH_DEVICE_POINTER_SCREEN:
case RETRO_DEVICE_POINTER:
{ {
switch (id) switch (id)
{ {