Added support for Streamdeck Pedal and updated UI to better fit the Packed UI style
This commit is contained in:
17
node_modules/node-hid/hidapi/testgui/mac_support.h
generated
vendored
Normal file
17
node_modules/node-hid/hidapi/testgui/mac_support.h
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/*******************************
|
||||
Mac support for HID Test GUI
|
||||
|
||||
Alan Ott
|
||||
Signal 11 Software
|
||||
|
||||
*******************************/
|
||||
|
||||
#ifndef MAC_SUPPORT_H__
|
||||
#define MAC_SUPPORT_H__
|
||||
|
||||
extern "C" {
|
||||
void init_apple_message_system();
|
||||
void check_apple_events();
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user