You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src/keybinds_libinput.h

6 lines
163 B
C++

#pragma once
#include "overlay_params.h"
bool libinput_keys_are_pressed(const std::vector<KeySym>& x11_keybinds);
void start_input(const overlay_params& params);