Home
last modified time | relevance | path

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

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DGameControl.cpp685 core->SetEventFlag(EF_ACTION|EF_RESETTARGET); in DispatchEvent()
1942 core->SetEventFlag(EF_RESETTARGET); in HandleContainer()
1976 core->SetEventFlag(EF_RESETTARGET); in HandleDoor()
2286 core->SetEventFlag(EF_RESETTARGET); in PerformSelectedAction()
2370 core->SetEventFlag(EF_ACTION|EF_RESETTARGET); in OnControllerButtonDown()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterface.h224 #define EF_RESETTARGET 2048 //reset the mouse cursor macro
H A DInterface.cpp481 if ((EventFlag&EF_RESETTARGET) && gamectrl) { in HandleEvents()
482 EventFlag&=~EF_RESETTARGET; in HandleEvents()