MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / TogglePinned

Method TogglePinned

Source/IDrawableModule.cpp:1107–1110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105}
1106
1107void IDrawableModule::TogglePinned()
1108{
1109 SetPinned(!mPinned);
1110}
1111
1112void IDrawableModule::SetPinned(bool pinned)
1113{

Callers 1

KeyPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected