MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / ToggleTextButton

Method ToggleTextButton

src/Interface/ToggleTextButton.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26{
27
28ToggleTextButton::ToggleTextButton(int width, int height, int x, int y) : TextButton(width, height, x, y), _invertMid(-1), _fakeGroup(0)
29{
30 _isPressed = false;
31 TextButton::setGroup(&_fakeGroup);
32}
33
34
35ToggleTextButton::~ToggleTextButton(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected