Nebula
Loading...
Searching...
No Matches
mouse.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
13namespace Input
14{
15class Mouse : public Base::MouseBase
16{
18};
19}
20//------------------------------------------------------------------------------
21
An input handler which represents a mouse for polling.
Definition mousebase.h:19
An input handler which represents a mouse for polling.
Definition mouse.h:16
__DeclareClass(Mouse)
FIXME!