Loading...
Searching...
No Matches
Go to the documentation of this file.
20#ifndef _GUAC_CLIENT_CONSTANTS_H
21#define _GUAC_CLIENT_CONSTANTS_H
33#define GUAC_CLIENT_MAX_STREAMS 64
38#define GUAC_CLIENT_CLOSED_STREAM_INDEX -1
43#define GUAC_CLIENT_ID_PREFIX '$'
48#define GUAC_CLIENT_MOUSE_LEFT 0x01
53#define GUAC_CLIENT_MOUSE_MIDDLE 0x02
58#define GUAC_CLIENT_MOUSE_RIGHT 0x04
67#define GUAC_CLIENT_MOUSE_SCROLL_UP 0x08
76#define GUAC_CLIENT_MOUSE_SCROLL_DOWN 0x10
84#define GUAC_BUFFER_POOL_INITIAL_SIZE 1024