MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / CanSimulateKeyPresses

Function CanSimulateKeyPresses

plugins/base/utils/linux/linux.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64static bool setupDone = setup();
65
66bool CanSimulateKeyPresses()
67{
68 return canSimulateKeyPresses;
69}
70
71static const std::unordered_map<HotkeyType, long> keyTable = {
72 // Chars

Callers 4

SendCustomHotkeyMethod · 0.50
MacroActionHotkeyEditMethod · 0.50
SetWidgetVisibilityMethod · 0.50
UpdateEntryDataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected