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

Method SetGridController

Source/GridController.h:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 static void DrawGridIcon(float x, float y);
79
80 void SetGridController(IGridController* gridController)
81 {
82 mGridController = gridController;
83 gridController->SetGridControllerOwner(mOwner);
84 }
85 IGridController* GetGridController() { return mGridController; }
86
87 //IUIControl

Callers 2

PostRepatchMethod · 0.80
PostRepatchMethod · 0.80

Calls 1

Tested by

no test coverage detected