struct X11::TimeCoord
- X11::TimeCoord
- Struct
- Value
- Object
Defined in:
x11/time_coord.crConstructors
- .new(time : UInt64, x : Int16, y : Int16)
- .new(time_coord : X11::C::TimeCoord)
- .new(time_coord : X11::C::PTimeCoord)
Instance Method Summary
-
#time : UInt64
The time in milliseconds.
-
#time=(time : UInt64)
The time in milliseconds.
-
#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.
-
#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.
-
#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.
-
#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.
Constructor Detail
Instance Method Detail
The x and y members are set to the coordinates of the pointer and are reported relative to the origin of the specified window.
The x and y members are set to the coordinates of the pointer and are reported relative to the origin of the specified window.
The x and y members are set to the coordinates of the pointer and are reported relative to the origin of the specified window.
The x and y members are set to the coordinates of the pointer and are reported relative to the origin of the specified window.