mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-01 06:45:36 -05:00
If cursor is above else action section paste it there. If cursor is above regular action section paste it there. In case of neither paste in original position.
10 lines
203 B
C++
10 lines
203 B
C++
namespace advss {
|
|
|
|
class AdvSceneSwitcher;
|
|
|
|
bool MacroSegmentIsInClipboard();
|
|
bool MacroActionIsInClipboard();
|
|
void SetupSegmentCopyPasteShortcutHandlers(AdvSceneSwitcher *window);
|
|
|
|
} // namespace advss
|