mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 00:54:18 +08:00
restore mdev field in INPUT structure
This commit is contained in:
@@ -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);
|
||||
|
||||
/* BUGFIXING (VM 2020-03-12): merged from 5.0.0 */
|
||||
char* mdev;
|
||||
} INPUT;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user