Add simulated hotkeys
This commit is contained in:
@@ -42,3 +42,16 @@ void RegisterHotkey(int vk, Modifier mods, std::function<void()> callback);
|
||||
*/
|
||||
void ProcessHotkeys(reshade::api::effect_runtime* runtime);
|
||||
|
||||
/**
|
||||
* @brief Simulate Alt + Enter shortcut
|
||||
*
|
||||
* This function should be calld on event `on_present`
|
||||
*/
|
||||
void SimulateAltEnter();
|
||||
|
||||
/**
|
||||
* @brief Simulate Alt + Tab shortcut
|
||||
*
|
||||
* This function should be calld on event `on_present`
|
||||
*/
|
||||
void SimulateAltTab();
|
||||
|
||||
Reference in New Issue
Block a user