MCPcopy Create free account
hub / github.com/SpartanJ/eepp / asTextEvent

Method asTextEvent

src/eepp/scene/event.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36const TextEvent* Event::asTextEvent() const {
37 return static_cast<const TextEvent*>( this );
38}
39
40const TextInputEvent* Event::asTextInputEvent() const {
41 return static_cast<const TextInputEvent*>( this );

Callers 2

addBuildMethod · 0.80
editBuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected