| 709 | } |
| 710 | |
| 711 | void 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 | |
| 719 | void consoleWin_t::keyReleaseEvent(QKeyEvent *event) |
| 720 | { |
nothing calls this directly
no test coverage detected