mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-10 00:20:27 -04:00
more controller support and fix some crashes
This commit is contained in:
parent
3f946405b9
commit
0e251dcd05
19 changed files with 608 additions and 195 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "types.h"
|
||||
#include "event.h"
|
||||
#include "mouse.h"
|
||||
|
||||
typedef struct tms_basic_info
|
||||
{
|
||||
int mouse_event;
|
||||
|
@ -20,4 +21,5 @@ extern TMS_BASIC_INFO ms_basic_info;
|
|||
int lock_region (void *address, unsigned length);
|
||||
void keyboard(EVENT_MSG *msg,void *user_data);
|
||||
char ms_get_keycount(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue