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

Method HandleMouseButtonEvent

src/SFGUI/Widget.cpp:739–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739void Widget::HandleMouseButtonEvent( sf::Mouse::Button /*button*/, bool /*press*/, int /*x*/, int /*y*/ ) {
740}
741
742void Widget::HandleKeyEvent( sf::Keyboard::Key /*key*/, sf::Keyboard::Scancode /*scancode*/, bool /*press*/ ) {
743}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected