Public Member Functions | |
| Scores (BladeRunnerEngine *vm) | |
| void | open () |
| bool | isOpen () const |
| void | close () |
| int | query (int index) |
| void | set (int index, int value) |
| void | handleCustomEventStart (const Common::Event &evt) |
| void | handleKeyDown (const Common::KeyState &kbd) |
| int | handleMouseUp (int x, int y) |
| int | handleMouseDown (int x, int y) |
| void | tick () |
| void | fill () |
| void | reset () |
| void | save (SaveFileWriteStream &f) |
| void | load (SaveFileReadStream &f) |