Go to the documentation of this file.
39 #ifndef _GUAC_CLIENT_H
40 #define _GUAC_CLIENT_H
84 int width,
int height);
115 #define GUAC_CLIENT_MOUSE_LEFT 0x01
120 #define GUAC_CLIENT_MOUSE_MIDDLE 0x02
125 #define GUAC_CLIENT_MOUSE_RIGHT 0x04
134 #define GUAC_CLIENT_MOUSE_SCROLL_UP 0x08
143 #define GUAC_CLIENT_MOUSE_SCROLL_DOWN 0x10
151 #define GUAC_BUFFER_POOL_INITIAL_SIZE 1024