ref: 5c6b71e3a1b2f09155ea04263c268e3279e5c943
dir: /external/SDL2/src/hidapi/testgui/mac_support.h/
/******************************* 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