MCPcopy Create free account
hub / github.com/SFML/SFML / Visitor

Method Visitor

examples/event_handling/EventHandling.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 struct Visitor
50 {
51 explicit Visitor(Application& app) : application(app)
52 {
53 }
54
55 std::optional<std::string> operator()(const sf::Event::Closed&)
56 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected