MCPcopy Create free account
hub / github.com/TankOs/SFGUI / IsDropDownDisplayed

Method IsDropDownDisplayed

src/SFGUI/ComboBox.cpp:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198bool ComboBox::IsDropDownDisplayed() const {
199 return GetState() == State::ACTIVE;
200}
201
202void ComboBox::HandleMouseEnter( int /*x*/, int /*y*/ ) {
203 if( GetState() == State::NORMAL ) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected