Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/buried/environ/
H A Dmayan.cpp109 class AdjustWheels : public SceneBase { class
111AdjustWheels(BuriedEngine *vm, Window *viewWindow, const LocationStaticData &sceneStaticData, cons…
131 AdjustWheels::AdjustWheels(BuriedEngine *vm, Window *viewWindow, const LocationStaticData &sceneSta… in AdjustWheels() function in Buried::AdjustWheels
148 void AdjustWheels::preDestructor() { in preDestructor()
153 int AdjustWheels::paint(Window *viewWindow, Graphics::Surface *preBuffer) { in paint()
167 int AdjustWheels::gdiPaint(Window *viewWindow) { in gdiPaint()
178 int AdjustWheels::mouseUp(Window *viewWindow, const Common::Point &pointLocation) { in mouseUp()
289 int AdjustWheels::mouseMove(Window *viewWindow, const Common::Point &pointLocation) { in mouseMove()
325 int AdjustWheels::specifyCursor(Window *viewWindow, const Common::Point &pointLocation) { in specifyCursor()
2366 return new AdjustWheels(_vm, viewWindow, sceneStaticData, priorLocation); in constructMayanSceneObject()