Try / Tempest

3d graphics engine
MIT License
83 stars 24 forks source link

Add support for macOS modifier keys #45

Closed sjavora closed 1 year ago

sjavora commented 1 year ago

Don't know if it's ok to pass 0 when creating KeyEvent, but it worked when I tested it.

Screenshot 2023-02-05 at 22 58 50

☝️ Command specifically will need to be added to keycodec.cpp, but this needs to be merged first.

Try commented 1 year ago

Hi, @sjavora !

Don't know if it's ok to pass 0 when creating KeyEvent, but it worked when I tested it.

Fine, in general, but there is a specialized constructor, that takes no key-code.

Try commented 1 year ago

LGTM, I've made a few changes on code-style - merged!