Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/client/ui/
H A Dui_input.cpp679 UI_Node_LeftClick(capturedNode, x, y); in UI_LeftClick()
696 UI_Node_LeftClick(pressedNode, x, y); in UI_LeftClick()
H A Dui_node.h47 void UI_Node_LeftClick (uiNode_t* node, int x, int y);
H A Dui_node.cpp125 void UI_Node_LeftClick (uiNode_t* node, int x, int y) in UI_Node_LeftClick() function