Home
last modified time | relevance | path

Searched refs:getloctype_throughgui (Results 1 – 4 of 4) sorted by relevance

/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dglobal_game.cpp786 extern int getloctype_throughgui, getloctype_index;
789 getloctype_throughgui = 1; in ProcessClick()
826 getloctype_throughgui = 1; in IsInteractionAvailable()
H A Dgame.cpp211 int getloctype_index = 0, getloctype_throughgui = 0; variable
2235 if ((GetGUIAt(xxx, yyy) >= 0) && (getloctype_throughgui == 0)) in __GetLocationType()
2238 getloctype_throughgui = 0; in __GetLocationType()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dglobal_game.cpp659 _G(getloctype_throughgui) = 1; in RoomProcessClick()
697 _G(getloctype_throughgui) = 1; in IsInteractionAvailable()
H A Dgame.cpp1162 if ((GetGUIAt(xxx, yyy) >= 0) && (_G(getloctype_throughgui) == 0)) in __GetLocationType()
1165 _G(getloctype_throughgui) = 0; in __GetLocationType()