Not all events handled on macOS
Closed this issue · 1 comments
HiImJulien commented
Not all window events are handled on the macOS implementation.
HiImJulien commented
The following events are not processed or not processed correctly:
- window closed -> No window handle passed
- window resized -> Not handled
- window got focus -> Not handled
- window lost focus -> Not handled
key press/release -> Key not translated