mirror of
https://github.com/moparisthebest/uinput-mapper
synced 2024-11-13 12:15:05 -05:00
9 lines
153 B
Python
9 lines
153 B
Python
import cinput
|
|
|
|
from gen import input_constants_dict
|
|
|
|
for k, v in input_constants_dict.iteritems():
|
|
cinput.__dict__[k] = v
|
|
|
|
from linux_input import *
|