Home
last modified time | relevance | path

Searched refs:simpleMod (Results 1 – 2 of 2) sorted by relevance

/dports/games/kuklomenos/kuklomenos-0.4.5/
H A Dkeybindings.h97 SDLMod simpleMod(const SDLMod& in) const;
H A Dkeybindings.cc125 SDLMod Key::simpleMod(const SDLMod& in) const in simpleMod() function in Key
137 mod = simpleMod(keysym.mod); in Key()
442 return (SDL_GetKeyState(NULL)[sym] && simpleMod(SDL_GetModState()) == mod); in isPressed()