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

Method keyDown

src/cinder/app/linux/WindowImplLinuxGlfw.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void WindowImplLinux::keyDown( const KeyEvent &event )
220{
221 KeyEvent localEvent( event );
222 mAppImpl->setWindow( mWindowRef );
223 mWindowRef->emitKeyDown( &localEvent );
224}
225
226void WindowImplLinux::draw()
227{

Callers

nothing calls this directly

Calls 2

emitKeyDownMethod · 0.80
setWindowMethod · 0.45

Tested by

no test coverage detected