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

Method Get

outdated/win/Qt3/qt3_win.cpp:879–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877int NetHackQtClickBuffer::NextMod() const { return click[out].mod; }
878
879void NetHackQtClickBuffer::Get()
880{
881 out=(out+1)%maxclick;
882}
883
884class NhPSListViewItem : public QListViewItem {
885public:

Callers 4

SearchMethod · 0.45
mousePressEventMethod · 0.45
qt_nh_poskeyMethod · 0.45
qt_getlinMethod · 0.45

Calls 9

centerOnMainFunction · 0.70
widthMethod · 0.45
heightMethod · 0.45
EmptyMethod · 0.45
TopKeyMethod · 0.45
TopAsciiMethod · 0.45
GetStateMethod · 0.45
fakeEventMethod · 0.45
GetKeyMethod · 0.45

Tested by

no test coverage detected