mElite  1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Enumerations
MouseHandler.h File Reference

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...
 

Detailed Description

Declaration of the MouseHandler class, that allows interaction with the mouse.

Copyright Jan-Philipp Kappmeier, Melanie Schmidt

Definition in file MouseHandler.h.

Enumeration Type Documentation

A list of supported objects that can be hit by the mouse.

Enumerator:
none 
planet 
button 

Definition at line 11 of file MouseHandler.h.