Orxonox
0.0.5 Codename: Arcturus
|
#include "Mouse.h"
#include <ois/OISMouse.h>
#include "core/CoreIncludes.h"
#include "core/command/ConsoleCommandIncludes.h"
#include "InputState.h"
#include <ois/linux/LinuxMouse.h>
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
orxonox::RegisterAbstractClass (Mouse).inheritsFrom< WindowEventListener >() | |
orxonox::SetConsoleCommand (__CC_Mouse_name, __CC_grab_name,&Mouse::grab) | |
orxonox::SetConsoleCommand (__CC_Mouse_name, __CC_ungrab_name,&Mouse::ungrab) | |
Variables | |
static const std::string | orxonox::__CC_grab_name = "grab" |
static const std::string | orxonox::__CC_Mouse_name = "Mouse" |
static const std::string | orxonox::__CC_ungrab_name = "ungrab" |