MCPcopy Create free account
hub / github.com/cinder/Cinder / keyDown

Method keyDown

src/cinder/app/android/WindowImplAndroid.cpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void WindowImplAndroid::keyDown( const KeyEvent &event )
109{
110 KeyEvent localEvent( event );
111 mAppImpl->setWindow( mWindowRef );
112 mWindowRef->emitKeyDown( &localEvent );
113}
114
115void WindowImplAndroid::draw()
116{

Callers

nothing calls this directly

Calls 2

emitKeyDownMethod · 0.80
setWindowMethod · 0.45

Tested by

no test coverage detected