class X11::KeyboardControl

Overview

Wraper for X11::C::X::KeyboardControl structure.

Defined in:

x11/keyboard_control.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(keyboard_control : X11::C::X::PKeyboardControl) #

[View source]
def self.new(keyboard_control : X11::C::X::KeyboardControl) #

[View source]
def self.new #

[View source]

Instance Method Detail

def auto_repeat_mode : Int32 #

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

[View source]
def bell_duration : Int32 #

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

[View source]
def bell_percent : Int32 #

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

[View source]
def bell_pitch : Int32 #

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

[View source]
def key : Int32 #

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

[View source]
def key_click_percent : Int32 #

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

[View source]
def led : Int32 #

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

[View source]
def led_mode : Int32 #

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

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

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

[View source]