19 #ifndef OPENXCOM_SCANNERSTATE_H
20 #define OPENXCOM_SCANNERSTATE_H
22 #include "../Engine/State.h"
Container for all the information associated with a given user action, like mouse clicks...
Definition: Action.h:34
Definition: BattlescapeGame.h:45
ScannerState(Game *game, BattleAction *action)
Creates the ScannerState.
Definition: ScannerState.cpp:46
A game state that receives user input and reacts accordingly.
Definition: State.h:44
Timer used to run code in fixed intervals.
Definition: Timer.h:37
Surface that the user can interact with.
Definition: InteractiveSurface.h:39
void handle(Action *action)
Handler for right-clicking anything.
Definition: ScannerState.cpp:93
void exitClick(Action *action)
Handler for exiting the state.
Definition: ScannerState.cpp:131
Displays a view of units movement.
Definition: ScannerView.h:33
Element that is blit (rendered) onto the screen.
Definition: Surface.h:39
void think()
Handles timers.
Definition: ScannerState.cpp:121
The core of the game engine, manages the game's entire contents and structure.
Definition: Game.h:44
The Scanner User Interface.
Definition: ScannerState.h:35