Home
last modified time | relevance | path

Searched defs:isArrowUp (Results 1 – 2 of 2) sorted by path

/dports/games/flobopuyo/flobopuyo-0.20/
H A DInputManager.cpp108 bool KeyInputSwitch::isArrowUp() const { in isArrowUp() function in KeyInputSwitch
170 bool JoystickAxisSwitch::isArrowUp() const { in isArrowUp() function in JoystickAxisSwitch
H A DInputManager.h26 virtual bool isArrowUp() const { return false; } in isArrowUp() function