struct X11::KeyboardState

Defined in:

x11/keyboard_state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(keyboard_state : X11::C::X::PKeyboardState) #

[View source]
def self.new(keyboard_state : X11::C::X::KeyboardState) #

[View source]
def self.new #

[View source]

Instance Method Detail

def auto_repeats : StaticArray(UInt8, 32) #

[View source]
def auto_repeats=(auto_repeats : StaticArray(UInt8, 32)) #

[View source]
def bell_duration : UInt32 #

[View source]
def bell_duration=(bell_duration : UInt32) #

[View source]
def bell_percent : Int32 #

[View source]
def bell_percent=(bell_percent : Int32) #

[View source]
def bell_pitch : UInt32 #

[View source]
def bell_pitch=(bell_pitch : UInt32) #

[View source]
def global_auto_repeat : Int32 #

[View source]
def global_auto_repeat=(global_auto_repeat : Int32) #

[View source]
def key_click_percent : Int32 #

[View source]
def key_click_percent=(key_click_percent : Int32) #

[View source]
def led_mask : UInt64 #

[View source]
def led_mask=(led_mask : UInt64) #

[View source]
def to_unsafe : X11::C::X::PKeyboardState #

[View source]
def to_x : X11::C::X::KeyboardState #

[View source]