class

X11::MappingEvent

Inherits X11::WindowEvent / X11::Event / Reference / Object

Wrapper for X11::C::X::MappingEvent structure.

Constructors

new(event : X11::C::X::PMappingEvent)
Source
new(event : X11::C::X::MappingEvent)
Source

Instance methods

count
Source
count=(count : Int32)
Source
display
Source
display=(display : Display)
Source
first_keycode
Source
first_keycode=(first_keycode : Int32)
Source
refresh_keyboard_mapping

Refreshes the stored modifier and keymap information.

###Description The refresh_keyboard_mapping function refreshes the stored modifier and keymap information. You usually call this function when a MappingNotify event with a request member of MappingKeyboard or MappingModifier occurs. The result is to update Xlib's knowledge of the keyboard.

###See also KeyEvent::lookup_keysym, KeyEvent::lookup_string, Display::rebind_keysym, X11::string_to_keysym, ButtonEvent, MapEvent.

Source
request
Source
request=(request : Int32)
Source
send_event
Source
send_event=(send_event : Bool)
Source
serial
Source
serial=(serial : UInt64)
Source
to_unsafe
Source
to_x
Source
type
Source
type=(type : Int32)
Source
window
Source
window=(window : X11::C::Window)
Source