|
|
@ -1,6 +1,8 @@ |
|
|
|
#ifndef JOYSTICKEVENT_H |
|
|
|
#ifndef JOYSTICKEVENT_H |
|
|
|
#define JOYSTICKEVENT_H |
|
|
|
#define JOYSTICKEVENT_H |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <sstream> // std::stringstream |
|
|
|
|
|
|
|
|
|
|
|
#include "inferno/event/event.h" |
|
|
|
#include "inferno/event/event.h" |
|
|
|
|
|
|
|
|
|
|
|
namespace Inferno { |
|
|
|
namespace Inferno { |
|
|
@ -51,5 +53,4 @@ namespace Inferno { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // JOYSTICKEVENT_H
|
|
|
|
#endif // JOYSTICKEVENT_H
|
|
|
|