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

Method keyDown

src/cinder/app/linux/WindowImplLinuxHeadless.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void WindowImplLinux::keyDown( const KeyEvent &event )
124{
125 KeyEvent localEvent( event );
126 mAppImpl->setWindow( mWindowRef );
127 mWindowRef->emitKeyDown( &localEvent );
128}
129
130void WindowImplLinux::draw()
131{

Callers

nothing calls this directly

Calls 2

emitKeyDownMethod · 0.80
setWindowMethod · 0.45

Tested by

no test coverage detected