Etterna 0.74.4
Loading...
Searching...
No Matches
InputHandler_Win32_MIDI.h
1#ifndef INPUT_HANDLER_WIN32_MIDI
2#define INPUT_HANDLER_WIN32_MIDI
3
4#include "InputHandler.h"
5#include "RageUtil/Misc/RageInputDevice.h"
6
8{
9 public:
12
13 void GetDevicesAndDescriptions(std::vector<InputDeviceInfo>& vDevicesOut);
14
15 void SetDev(DeviceInput key) { ButtonPressed(key); }
16
17 private:
18 bool m_bFoundDevice;
19};
20
21#endif
Definition InputHandler_Win32_MIDI.h:8
A class designed to handle special input devices.
Definition InputHandler.h:23
Definition RageInputDevice.h:390