Skip to content

Commit

Permalink
cleaned up header
Browse files Browse the repository at this point in the history
  • Loading branch information
smasherprog committed Nov 23, 2017
1 parent 560b4d2 commit 20dc7ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/Input_Lite.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,17 @@
#if defined(WINDOWS) || defined(WIN32)
#if defined(INPUT_LITE_DLL)
#define INPUT_LITE_EXTERN __declspec(dllexport)
#define INPUT_EXPIMP_TEMPLATE
#else
#define INPUT_LITE_EXTERN
#define INPUT_EXPIMP_TEMPLATE extern
#endif
#else
#define INPUT_LITE_EXTERN
#define INPUT_EXPIMP_TEMPLATE
#endif

namespace SL {
namespace Input_Lite {
// codes are from http://www.usb.org/developers/hidpage/Hut1_12v2.pdf
enum KeyCodes {
enum KeyCodes : unsigned char {
KEY_A = 4,
KEY_B = 5,
KEY_C = 6,
Expand Down

0 comments on commit 20dc7ad

Please sign in to comment.