| 96 | class CustInput : public TipWinInput { |
| 97 | public: |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected