Type Alias x11_dl::xinput2::XIGroupState
source · pub type XIGroupState = XIModifierState;Aliased Type§
struct XIGroupState {
pub base: i32,
pub latched: i32,
pub locked: i32,
pub effective: i32,
}Fields§
§base: i32§latched: i32§locked: i32§effective: i32