HID: use ButtonDevice

This commit is contained in:
wwylele
2017-01-20 22:46:39 +02:00
parent 3974895e08
commit 1d1329af23
5 changed files with 100 additions and 1 deletions

View File

@ -297,5 +297,8 @@ void Init();
/// Shutdown HID service
void Shutdown();
/// Reload input devices. Used when input configuration changed
void ReloadInputDevices();
}
}