struct X11::KeyboardState
- X11::KeyboardState
- Struct
- Value
- Object
Defined in:
x11/keyboard_state.crConstructors
- .new(keyboard_state : X11::C::X::PKeyboardState)
- .new(keyboard_state : X11::C::X::KeyboardState)
- .new
Instance Method Summary
- #auto_repeats : StaticArray(UInt8, 32)
- #auto_repeats=(auto_repeats : StaticArray(UInt8, 32))
- #bell_duration : UInt32
- #bell_duration=(bell_duration : UInt32)
- #bell_percent : Int32
- #bell_percent=(bell_percent : Int32)
- #bell_pitch : UInt32
- #bell_pitch=(bell_pitch : UInt32)
- #global_auto_repeat : Int32
- #global_auto_repeat=(global_auto_repeat : Int32)
- #key_click_percent : Int32
- #key_click_percent=(key_click_percent : Int32)
- #led_mask : UInt64
- #led_mask=(led_mask : UInt64)
- #to_unsafe : X11::C::X::PKeyboardState
- #to_x : X11::C::X::KeyboardState