UGDK
|
#include <button.h>
Public Member Functions | |
Button (const Vector2D &top_left, graphic::Drawable *drawable, const ButtonCallback &function) | |
~Button () | |
void | Interact () const |
ikdtree::Box< 2 > | GetBoundingBox () const |
ugdk::ui::Button::Button | ( | const Vector2D & | top_left, |
graphic::Drawable * | drawable, | ||
const ButtonCallback & | function | ||
) |
ikdtree::Box< 2 > ugdk::ui::Button::GetBoundingBox | ( | ) | const [virtual] |
Implements ugdk::ui::UIElement.
void ugdk::ui::Button::Interact | ( | ) | const [inline, virtual] |
Implements ugdk::ui::UIElement.