Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/twine/scene/
H A Dmovements.h39 struct ChangedCursorKeys { struct
51 inline bool operator==(const ChangedCursorKeys &rhs) const { argument
59 inline bool operator!=(const ChangedCursorKeys &rhs) const {
68 ChangedCursorKeys _changedCursorKeys;
69 ChangedCursorKeys _previousChangedCursorKeys;
H A Dmovements.cpp169 void Movements::ChangedCursorKeys::update(TwinEEngine *engine) { in update()