struct

X11::TimeCoord

Inherits Struct / Value / Object

Constructors

new(time : UInt64, x : Int16, y : Int16)
Source
new(time_coord : X11::C::TimeCoord)
Source
new(time_coord : X11::C::PTimeCoord)
Source

Instance methods

time

The time in milliseconds.

Source
time=(time : UInt64)

The time in milliseconds.

Source
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.

Source
x=(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.

Source
y

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

Source
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.

Source