MCPcopy Create free account
hub / github.com/dillo-browser/dillo / CustInput

Method CustInput

src/ui.cc:98–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96class CustInput : public TipWinInput {
97public:
98 CustInput (int x, int y, int w, int h, const char* l=0) :
99 TipWinInput(x,y,w,h,l) {};
100 virtual int handle(int e);
101};
102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected