Squashed 'external/gainput/' content from commit 2be0a50
git-subtree-dir: external/gainput git-subtree-split: 2be0a50089eafcc6fccb66142180082e48f27f4c
This commit is contained in:
28
lib/source/gainput/dev/GainputDevProtocol.h
Normal file
28
lib/source/gainput/dev/GainputDevProtocol.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#ifndef GAINPUTDEVPROTOCOL_H_
|
||||
#define GAINPUTDEVPROTOCOL_H_
|
||||
|
||||
namespace gainput
|
||||
{
|
||||
|
||||
enum DevCmd
|
||||
{
|
||||
DevCmdHello,
|
||||
DevCmdDevice,
|
||||
DevCmdDeviceButton,
|
||||
DevCmdMap,
|
||||
DevCmdRemoveMap,
|
||||
DevCmdUserButton,
|
||||
DevCmdRemoveUserButton,
|
||||
DevCmdPing,
|
||||
DevCmdUserButtonChanged,
|
||||
DevCmdGetAllInfos,
|
||||
DevCmdStartDeviceSync,
|
||||
DevCmdSetDeviceButton,
|
||||
};
|
||||
|
||||
const static unsigned DevProtocolVersion = 0x3;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user