add mdev field to INPUT

This commit is contained in:
Vincent Wei 2020-03-10 18:48:54 +08:00
parent b48e05dfac
commit e15ed80dba

View File

@ -234,6 +234,9 @@ typedef struct tagINPUT {
// New wait event method for getting extra input events; since 4.0.0
int (*wait_event_ex) (int maxfd, fd_set *in, fd_set *out,
fd_set *except, struct timeval *timeout, EXTRA_INPUT_EVENT* extra);
// since 5.0.0, save the mouse device
char* mdev;
} INPUT;
#ifdef __cplusplus
@ -251,4 +254,3 @@ extern void TermCustomInput (void);
#endif /* GUI_IAL_CUSTOM_H */