mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 03:39:57 +01:00
Added ALT keyboard modifier handling for alternative GUI actions
This commit is contained in:
@@ -104,7 +104,8 @@ class UserInterface
|
||||
ToolBox toolbox;
|
||||
MediaController mediacontrol;
|
||||
|
||||
bool keyboard_modifier_active;
|
||||
bool ctrl_modifier_active;
|
||||
bool alt_modifier_active;
|
||||
bool show_vimix_config;
|
||||
bool show_imgui_about;
|
||||
bool show_gst_about;
|
||||
@@ -145,7 +146,8 @@ public:
|
||||
void Terminate();
|
||||
|
||||
// status querries
|
||||
inline bool keyboardModifier() { return keyboard_modifier_active; }
|
||||
inline bool ctrlModifier() const { return ctrl_modifier_active; }
|
||||
inline bool altModifier() const { return alt_modifier_active; }
|
||||
|
||||
void StartScreenshot();
|
||||
void showPannel(int id = 0);
|
||||
|
||||
Reference in New Issue
Block a user