X11::MappingEvent
Inherits X11::WindowEvent / X11::Event / Reference / Object
Wrapper for X11::C::X::MappingEvent structure.
Constructors
new(event : X11::C::X::PMappingEvent)
Sourcenew(event : X11::C::X::MappingEvent)
Sourcenew
SourceInstance methods
count
Sourcecount=(count : Int32)
Sourcedisplay
Sourcedisplay=(display : Display)
Sourcefirst_keycode
Sourcefirst_keycode=(first_keycode : Int32)
Sourcerefresh_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.
request
Sourcerequest=(request : Int32)
Sourcesend_event
Sourcesend_event=(send_event : Bool)
Sourceserial
Sourceserial=(serial : UInt64)
Sourceto_unsafe
Sourceto_x
Sourcetype
Sourcetype=(type : Int32)
Sourcewindow
Sourcewindow=(window : X11::C::Window)
Source