Home
last modified time | relevance | path

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

/dports/games/egl/egl-0.3.1_9/client/
H A Dgui_local.h320 } evAction_t; typedef
350 evAction_t *actionList;
H A Dgui_init.c835 static qBool event_newAction (evAction_t *newAction, evaType_t type, char *fileName, gui_t *gui, pa… in event_newAction()
1087 evAction_t *actionList; in itemDef_newEvent()
1164 …newEvent->actionList = GUI_AllocTag (sizeof (evAction_t) * MAX_EVENT_ACTIONS, qTrue, GUITAG_SCRATC… in itemDef_newEvent()
1226 …newEvent->actionList = GUI_AllocTag (sizeof (evAction_t) * newEvent->numActions, qFalse, GUITAG_SC… in itemDef_newEvent()
1227 memcpy (newEvent->actionList, actionList, sizeof (evAction_t) * newEvent->numActions); in itemDef_newEvent()
2342 evAction_t *action; in GUI_r_TouchGUI()
H A Dgui_events.c208 evAction_t *action; in GUI_RunEvent()