Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix keys not working, always allow dpad pointer, make gui usable #73

Merged
merged 1 commit into from Jul 25, 2019

Conversation

rsn8887
Copy link
Collaborator

@rsn8887 rsn8887 commented Jul 25, 2019

closes #50
closes #62

  • Fix keys not working on virtual keyboard sometimes. This was because the
    joystick button press interfered with the virtual key press.
    Virtual keyboard keys now always work regardless of the
    joyport and retrojoy settings

  • The gui menu can now be toggled off as well as on with the
    button mapped to the Vice menu key (RETROK_KP_DIVIDE), which
    is mapped to the start button by default

  • The gui menu and vkbd can now always be summoned, regardless
    of the value of the vice_Controller setting in quick menu

  • The pointer in the gui menu and vkbd can now always be
    controlled via dpad (in addition to mouse control), no need to press
    select to enable this functionality anymore.

  • The keys with additional meanings in quickmenu->options are now
    labeled for clarity. For example, RETROK_KP_DIVIDE (Vice Menu)
    instead of just RETROK_KP_DIVIDE, and
    RETROK_F9 (Virtual Keyboard) instead of just RETROK_F9 etc.

closes libretro#50
closes libretro#62

- fix keys not working on virtual keyboard. This was because the
  joystick button press interfered with the virtual key press.
  Virtual keyboard keys now always work regardless of the
  joyport and retrojoy settings

- the gui menu can now be toggled off as well as on with the
  button mapped to the 'Vice menu' key (RETROK_KP_DIVIDE), which
  is the start button by default

- the gui menu and vkbd can now always be summoned, regardless
  of the value of the "vice_Controller" setting in quick menu

- the pointer in the gui menu and vkbd can now always be
  controlled via dpad (in addition to mouse control)

- the keys with additional meanings in quickmenu->options are now
  labeled for clarity. For example, `RETROK_KP_DIVIDE (Vice Menu)`
  instead of just `RETROK_KP_DIVIDE`, or
  `RETROK_F9 (Virtual Keyboard)` instead of just `RETROK_F9`
@rsn8887
Copy link
Collaborator Author

rsn8887 commented Jul 25, 2019

@twinaphex ready to merge whenever you have time, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants