MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / ~ButtonWidget

Method ~ButtonWidget

source/windowing/StarButtonWidget.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45ButtonWidget::~ButtonWidget() {
46 if (m_buttonGroup)
47 m_buttonGroup->removeButton(this);
48}
49
50void ButtonWidget::renderImpl() {
51 if (isPressed() && sustainCallbackOnDownHold()) {

Callers

nothing calls this directly

Calls 1

removeButtonMethod · 0.80

Tested by

no test coverage detected