Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void MouseState::setButtonState(Enums::MouseButton button, const bool pressed) {
18
_button = static_cast<Enums::MouseButton>(
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected