Go to the documentation of this file.
24 #ifndef _GUAC_CLIENT_H
25 #define _GUAC_CLIENT_H
46 #define GUAC_CLIENT_MAX_STREAMS 64
51 #define GUAC_CLIENT_CLOSED_STREAM_INDEX -1
80 int width,
int height);
86 char* mimetype,
char* filename);
92 char* mimetype,
char* name);
98 void*
data,
int length);
140 #define GUAC_CLIENT_MOUSE_LEFT 0x01
145 #define GUAC_CLIENT_MOUSE_MIDDLE 0x02
150 #define GUAC_CLIENT_MOUSE_RIGHT 0x04
159 #define GUAC_CLIENT_MOUSE_SCROLL_UP 0x08
168 #define GUAC_CLIENT_MOUSE_SCROLL_DOWN 0x10
176 #define GUAC_BUFFER_POOL_INITIAL_SIZE 1024
686 const char* format, ...);
701 const char* format, va_list ap);