Struct r_matrix::config::Config [−][src]
pub struct Config {
pub bold: isize,
pub console: bool,
pub oldstyle: bool,
pub screensaver: bool,
pub xwindow: bool,
pub update: usize,
pub colour: i16,
pub rainbow: bool,
pub pause: bool,
}Expand description
The global state object
Fields
bold: isizeconsole: boololdstyle: boolscreensaver: boolxwindow: boolupdate: usizecolour: i16rainbow: boolpause: boolImplementations
Update the config based on any keypresses