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

Method GetAscii

outdated/win/Qt3/qt3_win.cpp:824–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824int NetHackQtKeyBuffer::GetAscii()
825{
826 if ( Empty() ) return 0; // Safety
827 int r=TopAscii();
828 out=(out+1)%maxkey;
829 return r;
830}
831
832int NetHackQtKeyBuffer::GetState()
833{

Callers 6

SelectMenuMethod · 0.45
DisplayMethod · 0.45
ExecMethod · 0.45
qt_nhgetchMethod · 0.45
qt_nh_poskeyMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected