PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
mouse.h File Reference
#include <stdint.h>
#include "_internal/clock_t.h"
Include dependency graph for mouse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mouse_event_t
 Mouse event structure. More...
 

Enumerations

enum  mouse_buttons_t { MOUSE_NONE = 0 , MOUSE_RIGHT = (1 << 0) , MOUSE_MIDDLE = (1 << 1) , MOUSE_LEFT = (1 << 2) }
 Mouse buttons enum. More...