xdo_get_input_state

Get the current input state. This is a mask value containing any of the following: ShiftMask, LockMask, ControlMask, Mod1Mask, Mod2Mask, Mod3Mask, Mod4Mask, or Mod5Mask.

@return the input mask

extern (C) nothrow @nogc
uint
xdo_get_input_state
(
const xdo_t* xdo
)

Meta