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

Class ClickRec

outdated/win/Qt3/qt3_win.h:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 private:
163 enum { maxclick = 64 };
164 struct ClickRec {
165 int x, y, mod;
166 } click[maxclick];
167 int in, out;
168};
169

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected