mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
SDL3-backed gamepad manager polls at 60Hz, handles hotplug, exposes battery/rumble/LED per device. Game launcher aggregates XDG desktop entries, Steam appmanifests, and Flatpak into a single sorted model. Game Center uses the new model instead of folio's search model. D-pad/A/B/Y navigate and launch. Guide button toggles the overlay. Battery and controller status shown in the HUD.
17 lines
632 B
CMake
17 lines
632 B
CMake
# SPDX-FileCopyrightText: 2021 Devin Lin <devin@kde.org>
|
|
# SPDX-FileCopyrightText: 2017-2021 Marco Martin <mart@kde.org>
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
add_subdirectory(waydroidintegrationplugin)
|
|
add_subdirectory(hapticsplugin)
|
|
add_subdirectory(mobileshell)
|
|
add_subdirectory(mobileshellstate)
|
|
add_subdirectory(quicksettingsplugin)
|
|
add_subdirectory(rotationplugin)
|
|
add_subdirectory(windowplugin)
|
|
add_subdirectory(shellsettingsplugin)
|
|
add_subdirectory(wallpaperimageplugin)
|
|
add_subdirectory(dpmsplugin)
|
|
add_subdirectory(screenbrightnessplugin)
|
|
add_subdirectory(raiselockscreenplugin)
|
|
add_subdirectory(gamingshellplugin)
|