webosce / README

Manage all issues and information for webOS Community Edition
8 stars 1 forks source link

gamepad/joystick support for chromium. #25

Open sukdo399 opened 6 years ago

sukdo399 commented 6 years ago

Is your feature request related to a problem? Please describe. xinput gamepad does not work on web application.

Describe the solution you'd like

Additional explanation there is no gamepad/joystic protocol on wayland because of several reasons. (please refer to this ML, https://lists.freedesktop.org/archives/wayland-devel/2016-March/027288.html) so, we need to read/process the evdev event in the chromium itself. for example, libsdl2 also reads the evdev for gamepad although libsdl2 get the keyboard/mouse event from wayland.