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

sokol_app.h Android: key_up/down, show_keyboard, clipboard get/set, quit_requested #503

Closed
wants to merge 4 commits into from
Closed

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    0e47120 View commit details
    Browse the repository at this point in the history
  2. sokol_app.h android: Fix sapp_show_keyboard and implement sapp_keyboa…

    …rd_shown
    
    sapp_keyboard_shown is kind of a hack since there is no way to really get the information from Android.
    Instead we get the visible frame of the activity view and compare its height to the display height after removing decorations, if they aren't equal, we assume that the keyboard is displayed
    Olivier Buisard committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    8ef3df4 View commit details
    Browse the repository at this point in the history
  3. sokol_app.h android: Implement key_up/key_down and quit_requested

    quit_requested event is sent when the user release the "back" key
    clipboard_pasted is sent when CTRL+V is pressed
    Olivier Buisard committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    66de281 View commit details
    Browse the repository at this point in the history
  4. sokol_app.h: Removing trailing spaces

    Olivier Buisard committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    7930077 View commit details
    Browse the repository at this point in the history