mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2025-05-09 16:12:16 +08:00
add mdev field to INPUT
This commit is contained in:
parent
b48e05dfac
commit
e15ed80dba
@ -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 */
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user