Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/buried/environ/
H A Dfuture_apartment.cpp209 Common::Rect _postBox; member in Buried::KitchenUnitMainMenu
218 _postBox = Common::Rect(159, 123, 243, 140); in KitchenUnitMainMenu()
243 } else if (_postBox.contains(pointLocation)) { in mouseUp()
257 …|| _autoChef.contains(pointLocation) || _shopNet.contains(pointLocation) || _postBox.contains(poin… in specifyCursor()