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

Method HandleMouseMoveEvent

src/SFGUI/Widget.cpp:736–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736void Widget::HandleMouseMoveEvent( int /*x*/, int /*y*/ ) {
737}
738
739void Widget::HandleMouseButtonEvent( sf::Mouse::Button /*button*/, bool /*press*/, int /*x*/, int /*y*/ ) {
740}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected