Documentation ¶
Index ¶
Constants ¶
View Source
const ( OP_MOVE = 0x01 OP_SCROLL = 0x02 OP_KEY_DOWN = 0x03 OP_KEY_UP = 0x04 OP_BTN_DOWN = 0x05 OP_BTN_UP = 0x06 OP_PING = 0x07 // touch events OP_TOUCH_BEGIN = 0x08 OP_TOUCH_UPDATE = 0x09 OP_TOUCH_END = 0x0a )
View Source
const ( OP_CURSOR_POSITION = 0x01 OP_CURSOR_IMAGE = 0x02 OP_PONG = 0x03 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CursorPosition ¶
type Pong ¶ added in v1.6.7
type Scroll_Old ¶ added in v1.6.15
TODO: remove this once the client is fixed
Click to show internal directories.
Click to hide internal directories.