mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-04-30 18:09:29 +02:00
input: export defbind struct
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@906 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -87,6 +87,11 @@ typedef struct {
|
||||
const char * (*get_key_name)(int keycode);
|
||||
} in_drv_t;
|
||||
|
||||
struct in_default_bind {
|
||||
unsigned short code;
|
||||
unsigned char btype; /* IN_BINDTYPE_* */
|
||||
unsigned char bit;
|
||||
};
|
||||
|
||||
/* to be called by drivers */
|
||||
void in_register(const char *nname, int drv_id, int drv_fd_hnd, void *drv_data,
|
||||
|
||||
Reference in New Issue
Block a user