/** 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