The mouse device, this is the mouse manager.
More...
#include "ceInputDevice.h"
#include "begin_code.h"
#include "close_code.h"
Go to the source code of this file.
Classes |
struct | SMouseState |
| The mouse state. More...
|
class | IMouseEvent |
| The mouse event callbacks. More...
|
class | IMouseDevice |
| The mouse device, this is the mouse manager. More...
|
Namespaces |
namespace | ce |
| Main namespace for the entire InputCore library.
|
Defines |
#define | _CE_MOUSE_H_ 0x1 |
| Include Guard.
|
Functions |
const int | operator== (const SMouseState &StateA, const SMouseState &StateB) |
const int | operator!= (const SMouseState &StateA, const SMouseState &StateB) |
Detailed Description
The mouse device, this is the mouse manager.
Define Documentation