rust_minifb/examples
john01dav 2b2540067c
Support typed keys on x11
* Added not-yet-working draft implementation of proper X11 support for reading correct typed characters

* Made shift work for capital letters with X11, but compose key is still broken

* Compose key and numpad now work correctly in X11

* XIM and XIC are now freed when a window destructor runs

* Ran cargo fmt on x11.rs

* Removed commented-out empty-string

Closes #200
2021-11-15 08:45:44 +01:00
..
char_callback.rs Support typed keys on x11 2021-11-15 08:45:44 +01:00
drop.rs update wayland to 0.28 and small cleanup (#241) 2021-03-10 16:35:03 +01:00
image.rs Transparency (#164) 2020-04-15 15:11:23 +02:00
julia.rs Transparency (#164) 2020-04-15 15:11:23 +02:00
menu.rs Rust fmt 2021-10-23 11:40:04 +02:00
mouse.rs Transparency (#164) 2020-04-15 15:11:23 +02:00
multi.rs Transparency (#164) 2020-04-15 15:11:23 +02:00
noise.rs Changing return types of get_keys from Option<Vec<Key>> to Vec<Key> (#260) 2021-10-23 11:39:18 +02:00
title_cursor.rs Transparency (#164) 2020-04-15 15:11:23 +02:00
topmost.rs Support topmost functionality in Windows (#201) 2020-07-27 09:27:13 +02:00
transparent.rs Transparency (#164) 2020-04-15 15:11:23 +02:00