Searched defs:gHostKeyMod (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp171 static int gHostKeyMod = KMOD_RCTRL; variable
1103 gHostKeyMod = 0;
1361 gHostKeyMod = atoi(argv[curArg]);
4817 if ((SDL_GetModState() & ~(KMOD_MODE | KMOD_NUM | KMOD_RESERVED)) != gHostKeyMod)

Completed in 56 milliseconds