slackbuilds_ponce/libraries/libgaminggear/README
Gerardo Zamudio ed6bd92037 libraries/libgaminggear: Added (Libraries for gaming input devices).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-12-19 07:23:16 +07:00

12 lines
380 B
Text

Libgaminggear provides functions and widgets common for gaming input
devices.
For input events to work for users (needed for software macros and such)
they need access rights for uinput or uhid. To use them as normal user
you should create an extra group like
# groupadd -r -g 317 uinput-users
and add all needed users to this group
# usermod -a -G uinput-users $USER