Edit

kc3-lang/SDL/src/hidapi/testgui/mac_support.h

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2018-08-09 16:05:48
    Hash : 4f41f07d
    Message : Added missing files from previous commits

  • 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