struct ActiveButtons [src]
Fields
touch_active: bool
alt_active: bool
_pad: u30 = 0
Source
pub const ActiveButtons = packed struct(u32) {
touch_active: bool,
alt_active: bool,
_pad: u30 = 0,
}
pub const ActiveButtons = packed struct(u32) {
touch_active: bool,
alt_active: bool,
_pad: u30 = 0,
}