MCPcopy Create free account
hub / github.com/apohl79/audiogridder / getScreenLocalMode

Method getScreenLocalMode

Server/Source/Server.hpp:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 bool getScreenCapturingOff() const { return m_sandboxModeRuntime == SANDBOX_PLUGIN || m_screenCapturingOff; }
69 void setScreenCapturingOff(bool b) { m_screenCapturingOff = b; }
70 bool getScreenLocalMode() const { return m_screenLocalMode; }
71 void setScreenLocalMode(bool b) { m_screenLocalMode = b; }
72 int getScreenMouseOffsetX() const { return m_screenMouseOffsetX; }
73 void setScreenMouseOffsetX(int i) { m_screenMouseOffsetX = i; }

Callers 4

moveEditorMethod · 0.80
ServerSettingsWindowMethod · 0.80
createEditorMethod · 0.80
handleMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected