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

Method SendFakeMouseMoveEvent

src/SFGUI/Desktop.cpp:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void Desktop::SendFakeMouseMoveEvent( std::shared_ptr<Widget> widget, int x, int y ) const {
212 widget->HandleEvent( sf::Event::MouseMoved{ { x, y } } );
213}
214
215void Desktop::RecalculateWidgetLevels() {
216 auto children_size = m_children.size();

Callers

nothing calls this directly

Calls 1

HandleEventMethod · 0.45

Tested by

no test coverage detected