MCPcopy Create free account
hub / github.com/NetHack/NetHack / fakeEvent

Method fakeEvent

outdated/win/Qt3/qt3_win.cpp:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void NetHackQtLineEdit::fakeEvent(int key, int ascii, int state)
210{
211 QKeyEvent fake(QEvent::KeyPress,key,ascii,state);
212 keyPressEvent(&fake);
213}
214
215extern "C" {
216/* Used by tile/font-size patch below and in ../../src/files.c */

Callers 1

GetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected