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

Method SetMouseInWidget

src/SFGUI/Widget.cpp:512–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512void Widget::SetMouseInWidget( bool in_widget ) {
513 m_mouse_in = in_widget;
514}
515
516bool Widget::IsMouseButtonDown( std::optional<sf::Mouse::Button> button ) const {
517 // Check if any button is down if requested.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected