Public Member Functions | |
PuzzleWritings (AsylumEngine *engine) | |
Public Member Functions inherited from Asylum::Puzzle | |
Puzzle (AsylumEngine *engine) | |
bool | handleEvent (const AsylumEvent &evt) |
virtual void | saveLoadWithSerializer (Common::Serializer &s) |
Additional Inherited Members | |
Protected Member Functions inherited from Asylum::Puzzle | |
virtual void | updateScreen () |
virtual void | updateCursor () |
virtual bool | activate (const AsylumEvent &evt) |
virtual bool | mouseLeftUp (const AsylumEvent &evt) |
virtual bool | mouseLeftDown (const AsylumEvent &evt) |
bool | hitTest (const int16(*polygonPoint)[2], const Common::Point &point, uint32 index) const |
bool | hitTest (const int16(*polygonPoint)[2], const Common::Point &point) const |
Protected Attributes inherited from Asylum::Puzzle | |
AsylumEngine * | _vm |