MCPcopy Create free account
hub / github.com/audulus/rui / KeyboardModifiers

Class KeyboardModifiers

src/event.rs:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72#[derive(Copy, Clone, Debug, Default)]
73pub struct KeyboardModifiers {
74 pub shift: bool,
75 pub control: bool,
76 pub alt: bool,
77 pub command: bool,
78}
79
80#[derive(Copy, Clone, Debug, PartialEq)]
81pub enum ElementState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected