Expand description
Window state handling / synchronization
Functionsยง
- determine_
callbacks - Determine which event / which callback(s) should be called and in which order
- get_
focus_ events - get_
hover_ events - get_
window_ events - keymap
- Utility function that, given the current keyboard state and a list of keyboard accelerators + callbacks, checks what callback can be invoked and the first matching callback. This leads to very readable (but still type checked) code like this: