Orxonox
0.0.5 Codename: Arcturus
|
#include "InputPrereqs.h"
#include <cassert>
#include <string>
#include <vector>
#include <map>
#include <memory>
#include "InputHandler.h"
#include "Button.h"
#include "HalfAxis.h"
#include "InputCommands.h"
#include "JoyStickQuantityListener.h"
Go to the source code of this file.
Classes | |
class | orxonox::KeyBinder |
Maps mouse, keyboard and joy stick input to command strings and executes them. More... | |
struct | orxonox::KeyBinder::JoyStickAxisVector |
Helper class to use something like std:vector<HalfAxis[48]> More... | |
struct | orxonox::KeyBinder::JoyStickButtonVector |
Helper class to use something like std:vector<Button[64]> More... | |
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |