30 #ifndef LAB_INTERFACE_H 31 #define LAB_INTERFACE_H 33 #include "common/events.h" 41 uint16 _x, _y, _buttonId;
42 Common::KeyCode _keyEquiv;
44 Image *_image, *_altImage;
54 ButtonList *_screenButtonList;
59 void attachButtonList(ButtonList *buttonList);
60 Button *createButton(uint16 x, uint16 y, uint16
id, Common::KeyCode key,
Image *image,
Image *altImage);
61 void toggleButton(
Button *button, uint16 penColor,
bool enable);
66 void drawButtonList(ButtonList *buttonList);
67 void freeButtonList(ButtonList *buttonList);
68 Button *getButton(uint16
id);
80 Button *checkNumButtonHit(Common::KeyCode key);
82 void handlePressedButton();
84 void mayShowCrumbIndicator();
85 void mayShowCrumbIndicatorOff();
90 #endif // LAB_INTERFACE_H Definition: interface.h:49
Definition: movie_decoder.h:32