rust_minifb/examples
Elijah Hartvigsen deb235507f
Changing return types of get_keys from Option<Vec<Key>> to Vec<Key> (#260)
* KeyHandler: Updated return type to Vec on get_keys

* Window: Updated Window structs get_keys return type across all currently supported OS's

* Updated return type of get_keys of Window, and updated the docs for all related functions

* Docs: Corrected incorrect variable ident in docs post update

* Resolved error resulting from get_keys return type change

* Formatting: Ran cargo fmt

Co-authored-by: Zij-IT <elijah.reed@hartvigsen.xyz>
2021-10-23 11:39:18 +02:00
..
char_callback.rs Rustfmt 2020-09-16 08:40:27 +02: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 Changing return types of get_keys from Option<Vec<Key>> to Vec<Key> (#260) 2021-10-23 11:39:18 +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