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

Method getPressed

src/Interface/ToggleTextButton.h:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 void mousePress(Action *action, State *state);
43 void setPressed(bool pressed);
44 bool getPressed() const { return _isPressed; }
45 void setInvertColor(Uint8 mid);
46 ToggleTextButton(int width, int height, int x, int y);
47 ~ToggleTextButton(void);

Callers 14

btnOkClickMethod · 0.80
btnLetterboxClickMethod · 0.80
btnLockMouseClickMethod · 0.80
btnOkClickMethod · 0.80
btnGlobeRadarsClickMethod · 0.80
btnGlobePathsClickMethod · 0.80
btnShowFundsClickMethod · 0.80
btnPathPreviewClickMethod · 0.80
btnTooltipsClickMethod · 0.80
btnDeathsClickMethod · 0.80
btnRegionListClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected