BeRTOS
usbmouse.h
Go to the documentation of this file.
00001 
00044 #ifndef USBMOUSE_H
00045 #define USBMOUSE_H
00046 
00047 void usbmouse_sendEvent(int8_t x, int8_t y, int8_t buttons);
00048 int usbmouse_init(int unit);
00049 
00050 #endif /* USBMOUSE_H */