#include "mouse.h"
#include <usb/debug.h>
#include <errno.h>
#include <str_error.h>
#include <ipc/mouse.h>
Go to the source code of this file.
Functions | |
| bool | usb_mouse_polling_callback (usb_device_t *dev, uint8_t *buffer, size_t buffer_size, void *arg) |
| Mouse polling callback. | |
| void | usb_mouse_polling_ended_callback (usb_device_t *dev, bool recurring_errors, void *arg) |
| Callback when polling is terminated. | |
Definition in file mouse.c.
1.4.7