LibVNCServer/LibVNCClient
|
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
struct { | |
int sdl | |
int rfb | |
} | buttonMapping [] |
struct { | |
char mask | |
int bits_stored | |
} | utf8Mapping [] |
int | sdlFlags |
SDL_Texture * | sdlTexture |
SDL_Renderer * | sdlRenderer |
SDL_Window * | sdlWindow |
int | x |
int | y |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 459 of file SDLvncviewer.c.
int bits_stored |
Definition at line 19 of file SDLvncviewer.c.
struct { ... } buttonMapping[] |
char mask |
Definition at line 19 of file SDLvncviewer.c.
int rfb |
Definition at line 10 of file SDLvncviewer.c.
int sdl |
Definition at line 10 of file SDLvncviewer.c.
int sdlFlags |
Definition at line 29 of file SDLvncviewer.c.
SDL_Renderer* sdlRenderer |
Definition at line 31 of file SDLvncviewer.c.
SDL_Texture* sdlTexture |
Definition at line 30 of file SDLvncviewer.c.
SDL_Window* sdlWindow |
Definition at line 32 of file SDLvncviewer.c.
struct { ... } utf8Mapping[] |
int x |
Definition at line 34 of file SDLvncviewer.c.
int y |
Definition at line 34 of file SDLvncviewer.c.