https://bugs.kde.org/show_bug.cgi?id=328987

Zamundaaa <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/kwin/-/commit/3110eaef47
                   |                            |2059749a2f683de7f399a391ea1
                   |                            |45a
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #81 from Zamundaaa <[email protected]> ---
Git commit 3110eaef472059749a2f683de7f399a391ea145a by Xaver Hugl, on behalf of
Yelsin Sepulveda.
Committed on 02/01/2026 at 13:56.
Pushed by zamundaaa into branch 'master'.

plugins: add gamecontroller plugin

This plugin provides some integration for game controllers.
While no other process is using a given controller device, it
translates controller inputs to keyboard and mouse events, to
make the device useful for input on the desktop.
It also prevents the system from going idle (turning the screen
off or going to standby) while any gamepad is used.

M  +4    -0    CMakeLists.txt
M  +3    -0    autotests/integration/CMakeLists.txt
A  +527  -0    autotests/integration/gamecontroller_test.cpp     [License:
GPL(v2.0+)]
M  +3    -0    src/plugins/CMakeLists.txt
A  +28   -0    src/plugins/gamecontroller/CMakeLists.txt
A  +393  -0    src/plugins/gamecontroller/emulatedinputdevice.cpp     [License:
GPL(v2.0+)]
A  +63   -0    src/plugins/gamecontroller/emulatedinputdevice.h     [License:
GPL(v2.0+)]
A  +145  -0    src/plugins/gamecontroller/gamecontroller.cpp     [License:
GPL(v2.0+)]
A  +58   -0    src/plugins/gamecontroller/gamecontroller.h     [License:
GPL(v2.0+)]
A  +227  -0    src/plugins/gamecontroller/gamecontrollermanager.cpp    
[License: GPL(v2.0+)]
A  +61   -0    src/plugins/gamecontroller/gamecontrollermanager.h     [License:
GPL(v2.0+)]
A  +32   -0    src/plugins/gamecontroller/main.cpp     [License: GPL(v2.0+)]
A  +10   -0    src/plugins/gamecontroller/metadata.json

https://invent.kde.org/plasma/kwin/-/commit/3110eaef472059749a2f683de7f399a391ea145a

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to