Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.
[pub/USBasp.git] / Demos / Mouse / Mouse.h
index 5090812..8723b78 100644 (file)
                /** Indicates that this module will catch the USB_Disconnect event when thrown by the library. */\r
                HANDLES_EVENT(USB_Disconnect);\r
 \r
+               /** Indicates that this module will catch the USB_Reset event when thrown by the library. */\r
+               HANDLES_EVENT(USB_Reset);\r
+\r
                /** Indicates that this module will catch the USB_ConfigurationChanged event when thrown by the library. */\r
                HANDLES_EVENT(USB_ConfigurationChanged);\r
 \r
                HANDLES_EVENT(USB_UnhandledControlPacket);\r
 \r
        /* Function Prototypes: */\r
-               bool GetNextReport(USB_MouseReport_Data_t* ReportData);\r
+               bool CreateMouseReport(USB_MouseReport_Data_t* ReportData);\r
                void UpdateStatus(uint8_t CurrentStatus);\r
 \r
 #endif\r