Home
last modified time | relevance | path

Searched refs:ET_ACTION (Results 1 – 6 of 6) sorted by relevance

/dports/games/lbreakout/lbreakout-010315/lbreakout/
H A Dmenumanager.cpp95 case ET_ACTION: in KeyEvent()
136 case ET_ACTION: in ButtonEvent()
H A Dmenuitem.h37 #define ET_ACTION 4 macro
H A Dmenuitem.cpp106 type = ET_ACTION; in MenuItem()
/dports/games/atanks/atanks-6.5/src/
H A Doptionitem.h236 assert ( ( (ET_ACTION != type) || (actionFunc && displayFunc) ) in OptionItem()
386 case ET_ACTION: in activate()
464 case ET_ACTION: in display()
H A Doptiontypes.h100 ET_ACTION, enumerator
H A Doptiontypes.cpp22 case ET_ACTION: in getEntryTypeName()