MCPcopy Create free account
hub / github.com/TASEmulators/fceux / keyPressEvent

Method keyPressEvent

src/drivers/Qt/ConsoleWindow.cpp:711–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711void consoleWin_t::keyPressEvent(QKeyEvent *event)
712{
713 //printf("Key Press: 0x%x \n", event->key() );
714 pushKeyEvent( event, 1 );
715
716 event->accept();
717}
718
719void consoleWin_t::keyReleaseEvent(QKeyEvent *event)
720{

Callers

nothing calls this directly

Calls 1

pushKeyEventFunction · 0.85

Tested by

no test coverage detected