mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
input: export defbind struct
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@906 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d2fd8a7a67
commit
72f3f17598
1 changed files with 5 additions and 0 deletions
|
@ -87,6 +87,11 @@ typedef struct {
|
||||||
const char * (*get_key_name)(int keycode);
|
const char * (*get_key_name)(int keycode);
|
||||||
} in_drv_t;
|
} in_drv_t;
|
||||||
|
|
||||||
|
struct in_default_bind {
|
||||||
|
unsigned short code;
|
||||||
|
unsigned char btype; /* IN_BINDTYPE_* */
|
||||||
|
unsigned char bit;
|
||||||
|
};
|
||||||
|
|
||||||
/* to be called by drivers */
|
/* to be called by drivers */
|
||||||
void in_register(const char *nname, int drv_id, int drv_fd_hnd, void *drv_data,
|
void in_register(const char *nname, int drv_id, int drv_fd_hnd, void *drv_data,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue