Home
last modified time | relevance | path

Searched refs:UI_KeyPressed (Results 1 – 3 of 3) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/client/ui/
H A Dui_input.h58 bool UI_KeyPressed(unsigned int key, unsigned short unicode);
H A Dui_input.cpp427 bool UI_KeyPressed (unsigned int key, unsigned short unicode) in UI_KeyPressed() function
/dports/games/ufoai/ufoai-2.5-source/src/client/input/
H A Dcl_keys.cpp855 if (down && UI_KeyPressed(key, unicode)) in Key_Event()