mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
8b9445eea4
* key_handler: add a callback for key events Add a callback for key events. This includes complete events such as Shift, not just text events. A default handler is provided for backwards compatibility. Signed-off-by: Sean Cross <sean@xobs.io> * fix: EventQueue::dispatch blocks until some events are available (#265) use non blocking alternative as documented in EventQueue Co-authored-by: vemoo <berublan@gmail.com> |
||
---|---|---|
.. | ||
native | ||
os | ||
buffer_helper.rs | ||
error.rs | ||
key.rs | ||
key_handler.rs | ||
lib.rs | ||
mouse_handler.rs | ||
rate.rs | ||
window_flags.rs |