class X11::GenericEvent

Overview

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

Defined in:

x11/generic_event.cr

Constructors

Instance Method Summary

Instance methods inherited from class X11::Event

serial : UInt64 serial, serial=(serial : UInt64) serial=, type : Int32 type, type=(type : Int32) type=

Constructor methods inherited from class X11::Event

from_xevent(xevent : X11::C::X::Event) : Event from_xevent

Constructor Detail

def self.new(event : X11::C::X::PGenericEventCookie) #

[View source]
def self.new(event : X11::C::X::GenericEventCookie) #

[View source]
def self.new #

[View source]

Instance Method Detail

def cookie : UInt32 #

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

[View source]
def data : Pointer(Void) #

[View source]
def data=(data : Pointer(Void)) #

[View source]
def display : Display #

[View source]
def display=(display : Display) #

[View source]
def ev_type : Int32 #

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

[View source]
def extension : Int32 #

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

[View source]
def send_event : Bool #

[View source]
def send_event=(send_event : Bool) #

[View source]
def serial : UInt64 #

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

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

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

[View source]
def type : Int32 #

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

[View source]