Mon 14 Oct 23:06:38 CEST 2024
This commit is contained in:
parent
a61e0eae57
commit
0a4c242310
13
kernel/event.h
Normal file
13
kernel/event.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#ifndef EVENT_H
|
||||
#define EVENT_H
|
||||
|
||||
#include <kernel/events.h>
|
||||
|
||||
void event_post( uint16_t type, uint16_t code, int16_t x, int16_t y );
|
||||
int event_read( struct event *e, int size );
|
||||
int event_read_nonblock( struct event *e, int size );
|
||||
int event_read_keyboard();
|
||||
|
||||
void event_init();
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user