hyprshell-hyprland-plugin 4.9.2

Plugin for hyprland, used to monitor keypresses
Documentation
1
2
3
4
5
6
7
8
9
10
#include <hyprland/src/devices/IPointer.hpp>

#include "globals.h"

void onMouseButton(const IPointer::SButtonEvent event) {
    CHECK_NO_MOUSE_BUTTON_PRESSED = false;
    // if constexpr (HYPRSHELL_PRINT_DEBUG == 1) {
    //     HyprlandAPI::addNotification(PHANDLE, "[Hyprshell Plugin] Mouse button pressed", GREEN, 4000);
    // }
}