mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 07:36:26 +00:00
much better input-device class registration
This commit is contained in:
13
InputDeviceClasses.cpp
Normal file
13
InputDeviceClasses.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "inputdev/SDeviceSignature.hpp"
|
||||
#include "inputdev/CDolphinSmashAdapter.hpp"
|
||||
|
||||
namespace boo
|
||||
{
|
||||
|
||||
const SDeviceSignature BOO_DEVICE_SIGS[] =
|
||||
{
|
||||
DEVICE_SIG(CDolphinSmashAdapter, 0x57e, 0x337, true),
|
||||
DEVICE_SIG_SENTINEL()
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user