22 #ifndef AGS_ENGINE_GUI_MY_PUSH_BUTTON_H 23 #define AGS_ENGINE_GUI_MY_PUSH_BUTTON_H 25 #include "ags/engine/gui/new_control.h" 31 MyPushButton(
int xx,
int yy,
int wi,
int hi,
const char *tex);
33 int pressedon(
int mx,
int my)
override;
34 int processmessage(
int mcode,
int wParam,
NumberPtr lParam)
override;
Definition: allegro_bitmap.h:44
Definition: new_control.h:31