Add macro action "hotkey" (#226)

This commit is contained in:
WarmUpTill
2021-06-13 16:21:23 -07:00
committed by GitHub
parent d692444687
commit ae4e861f7f
12 changed files with 1174 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
#include "headers/hotkey.hpp"
#include "headers/advanced-scene-switcher.hpp"
#include <obs-module.h>
#include <fstream>
#include <regex>
#include "headers/advanced-scene-switcher.hpp"
void startHotkeyFunc(void *data, obs_hotkey_id id, obs_hotkey_t *hotkey,
bool pressed)