PatchworkOS
Loading...
Searching...
No Matches
mouse.h File Reference
#include <stdint.h>
#include "_internal/clock_t.h"

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...