| 510 | } |
| 511 | |
| 512 | void Widget::SetMouseInWidget( bool in_widget ) { |
| 513 | m_mouse_in = in_widget; |
| 514 | } |
| 515 | |
| 516 | bool Widget::IsMouseButtonDown( std::optional<sf::Mouse::Button> button ) const { |
| 517 | // Check if any button is down if requested. |
nothing calls this directly
no outgoing calls
no test coverage detected