25 #include "common/keyboard.h" 26 #include "common/str-array.h" 27 #include "gui/dialog.h" 39 void setup(
Dialog *parent,
Widget *widget,
int x,
int y);
40 void drawDialog(DrawLayer layerToDraw)
override;
41 void receivedFocus(
int x = -1,
int y = -1)
override {}
46 void handleMouseDown(
int x,
int y,
int button,
int clickCount)
override;
47 void handleMouseMoved(
int x,
int y,
int button)
override;
48 void handleMouseUp(
int x,
int y,
int button,
int clickCount)
override;
49 void handleMouseWheel(
int x,
int y,
int direction)
override;
53 int _xpadding, _ypadding;
60 #endif // GUI_TOOLTIP_H
Definition: printman.h:30
Definition: keyboard.h:294