Skip to content
Commit 4d450115 authored by hpi1's avatar hpi1
Browse files

Allow application to provide separate user input events when key is pressed/typed/released.

parent f1390c99
Loading
Loading
Loading
Pipeline #7494 passed with stage
in 2 minutes and 14 seconds
Loading
  • Contributor

    Doesn't this silently breaks the API? "Old" users of the API would not know they now need to use BD_VK_KEY_TYPED or switch to using BD_VK_KEY_PRESSED and BD_VK_KEY_RELEASED?

  • No, existing applications work just as before. These flags are optional:

    Application may optionally provide ...

    If flags are not present, old style API / application is assumed and everything works just as before this commit.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment