mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2025-01-08 11:58:02 -05:00
Remove struct.
This commit is contained in:
parent
52736ea198
commit
1bddfc11ad
@ -2,15 +2,6 @@ import ctypes
|
||||
|
||||
import struct
|
||||
|
||||
"""
|
||||
struct input_event {
|
||||
struct timeval time;
|
||||
__u16 type;
|
||||
__u16 code;
|
||||
__s32 value;
|
||||
};
|
||||
"""
|
||||
|
||||
from gen import input_constants_dict as icd
|
||||
|
||||
for k, v in icd.iteritems():
|
||||
|
Loading…
Reference in New Issue
Block a user