MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / isVisible

Method isVisible

src/Abyss/Common/MouseState.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15[[nodiscard]] bool MouseState::isVisible() const { return _visible; }
16
17void MouseState::setButtonState(Enums::MouseButton button, const bool pressed) {
18 _button = static_cast<Enums::MouseButton>(

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected