footswitch-rs/src
Dennis Potter 897bb28db5 Added types and append_string command
Application is now able to set the types (Key, Mouse, MouseKey, String),
which are saved in a struct, with a function. Furthermore, the
application can check the returned type of the board with a match.

This commit also implements the append string functionallity.
2018-07-31 00:34:35 +02:00
..
key_operations.rs Added types and append_string command 2018-07-31 00:34:35 +02:00
main.rs Added types and append_string command 2018-07-31 00:34:35 +02:00
messages.rs Removed all remaining unwrap() and expect() functions from main.rs 2018-07-27 23:43:24 +02:00
pedal_operations.rs Added types and append_string command 2018-07-31 00:34:35 +02:00