X11::TimeCoord
Inherits Struct / Value / Object
Constructors
new(time : UInt64, x : Int16, y : Int16)
Sourcenew(time_coord : X11::C::TimeCoord)
Sourcenew(time_coord : X11::C::PTimeCoord)
SourceInstance methods
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.
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.
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.
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.