Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ input
Method
input
Source/GUI/Dropdown.cpp:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void Dropdown::input(const sf::Event& e)
27
{
28
if (clicked(m_quad, e))
29
m_isOpen = !m_isOpen;
30
}
31
32
void Dropdown::update()
33
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected