struct X11::TimeCoord

Defined in:

x11/time_coord.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(time : UInt64, x : Int16, y : Int16) #

[View source]
def self.new(time_coord : X11::C::TimeCoord) #

[View source]
def self.new(time_coord : X11::C::PTimeCoord) #

[View source]

Instance Method Detail

def time : UInt64 #

The time in milliseconds.


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

The time in milliseconds.


[View source]
def x : Int16 #

The x and y members are set to the coordinates of the pointer and are reported relative to the origin of the specified window.


[View source]
def x=(x) #

The x and y members are set to the coordinates of the pointer and are reported relative to the origin of the specified window.


[View source]
def y : Int16 #

The x and y members are set to the coordinates of the pointer and are reported relative to the origin of the specified window.


[View source]
def y=(y : Int16) #

The x and y members are set to the coordinates of the pointer and are reported relative to the origin of the specified window.


[View source]