fix dependency
[profile/ivi/ico-vic-carsimulator.git] / src / CJoyStickG25.h
1 #ifndef CJOYSTICKG25_H_
2 #define CJOYSTICKG25_H_
3 #include "CJoyStickEV.h"
4
5 class CJoyStickG25 : public CJoyStickEV
6 {
7 public:
8     CJoyStickG25();
9     ~CJoyStickG25();
10
11     virtual int Open();
12     virtual int getJS_EVENT_AXIS(int& num, int& val, const struct input_event& s);
13 };
14
15 #endif /* CJOYSTICKG25_H_ */