Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Dconsole.cpp729 …Common::Point hotspotPoint((hotspotRect.left + hotspotRect.right) / 2, (hotspotRect.top + hotspotR… in Cmd_QuickTest() local
730 _vm->getStack()->onMouseDown(hotspotPoint); in Cmd_QuickTest()
731 _vm->getStack()->onMouseUp(hotspotPoint); in Cmd_QuickTest()
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Dconsole.cpp730 …Common::Point hotspotPoint((hotspotRect.left + hotspotRect.right) / 2, (hotspotRect.top + hotspotR… in Cmd_QuickTest() local
731 _vm->getStack()->onMouseDown(hotspotPoint); in Cmd_QuickTest()
732 _vm->getStack()->onMouseUp(hotspotPoint); in Cmd_QuickTest()