MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / CopyThemeFrom

Method CopyThemeFrom

extensions/olcPGEX_QuickGUI.h:451–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 }
450
451 void Manager::CopyThemeFrom(const Manager& manager)
452 {
453 this->colBorder = manager.colBorder;
454 this->colClick = manager.colClick;
455 this->colDisable = manager.colDisable;
456 this->colHover = manager.colHover;
457 this->colNormal = manager.colNormal;
458 this->colText = manager.colText;
459 this->fGrabRad = manager.fGrabRad;
460 this->fHoverSpeedOff = manager.fHoverSpeedOff;
461 this->fHoverSpeedOn = manager.fHoverSpeedOn;
462 }
463#pragma endregion
464
465#pragma region Label

Callers 1

ListBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected