mElite
1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
|
Declaration of the MouseHandler class, that allows interaction with the mouse. More...
#include "World.h"
Go to the source code of this file.
Classes | |
class | MouseHandler |
Allows to check, if a mouse click in a specific position has hit an object. More... | |
Enumerations | |
enum | HitableObjects { none, planet, button } |
A list of supported objects that can be hit by the mouse. More... | |
Declaration of the MouseHandler class, that allows interaction with the mouse.
Copyright Jan-Philipp Kappmeier, Melanie Schmidt
Definition in file MouseHandler.h.
enum HitableObjects |
A list of supported objects that can be hit by the mouse.
Definition at line 11 of file MouseHandler.h.