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

Class ClickRec

win/Qt/qt_click.h:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27private:
28 enum { maxclick=64 };
29 struct ClickRec {
30 int x,y,mod;
31 } click[maxclick];
32 int in,out;
33};
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected