summaryrefslogtreecommitdiff
path: root/src/mouse.h
blob: 75a7ecbc43ce6073be5b2728e99a6cf785a6b400 (plain)
1
2
3
4
5
6
7
8
9

#ifndef __MOUSE_H
#define __MOUSE_H

#include <stdint.h>

void mouse_event(uint8_t (*get_bytes)());

#endif