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

Method SetManualPosition

Source/PatchCableSource.h:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 RollingBuffer* GetOverrideVizBuffer() const { return mOverrideVizBuffer; }
99 void UpdatePosition(bool parentMinimized);
100 void SetManualPosition(int x, int y)
101 {
102 mManualPositionX = x;
103 mManualPositionY = y;
104 mAutomaticPositioning = false;
105 }
106 void RemovePatchCable(PatchCable* cable, bool fromUserAction = false);
107 void ClearPatchCables();
108 void SetPatchCableTarget(PatchCable* cable, IClickable* target, bool fromUserClick);

Callers 15

CreateUIControlsMethod · 0.80
DrawModuleMethod · 0.80
CreateUIControlsMethod · 0.80
DrawModuleMethod · 0.80
LoadControllerLayoutMethod · 0.80
DrawListMethod · 0.80
CreateUIControlsMethod · 0.80
DrawModuleMethod · 0.80
DrawMethod · 0.80
CreateUIControlsMethod · 0.80
DrawModuleMethod · 0.80
CreateUIControlsMethod · 0.80

Calls

no outgoing calls

Tested by 2

CreateUIControlsMethod · 0.64
DrawModuleMethod · 0.64