Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ynsta/steamcontroller.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStany MARCEL <stanypub@gmail.com>2015-11-04 22:24:05 +0300
committerStany MARCEL <stanypub@gmail.com>2015-11-04 22:24:05 +0300
commit6609e1ddf8d9b6ef3fa5a9d265b5cca481e6414e (patch)
tree844835b1c9b89ae389fb4450c28cedf42df3d14c /src
parente12490f4a82ff8625b2ddd86989191085c593247 (diff)
Add a comment
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/uinput.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uinput.py b/src/uinput.py
index d602029..f28f1c0 100644
--- a/src/uinput.py
+++ b/src/uinput.py
@@ -29,6 +29,7 @@ from steamcontroller.cheader import defines
from distutils.sysconfig import get_config_var
+# Get All defines from linux headers
_def = defines('/usr/include', 'linux/uinput.h')
# Keys enum contains all keys and button from linux/uinput.h (KEY_* BTN_*)