Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
const TextEvent* Event::asTextEvent() const {
37
return static_cast<const TextEvent*>( this );
38
}
39
40
const TextInputEvent* Event::asTextInputEvent() const {
41
return static_cast<const TextInputEvent*>( this );
Callers
2
addBuild
Method · 0.80
editBuild
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected