mirror of
https://github.com/Kiritow/MiniEngine.git
synced 2024-03-22 13:11:22 +08:00
remove debug message
This commit is contained in:
parent
daa3df2cd5
commit
efbe5cd9e6
|
@ -465,22 +465,18 @@ void TextButton::draw(Brush&)
|
|||
void ColorButton::onRelease()
|
||||
{
|
||||
getFrame()->needUpdate();
|
||||
printf("Released\n");
|
||||
}
|
||||
void ColorButton::onClick()
|
||||
{
|
||||
getFrame()->needUpdate();
|
||||
printf("Clicked\n");
|
||||
}
|
||||
void ColorButton::onMouseOver()
|
||||
{
|
||||
getFrame()->needUpdate();
|
||||
printf("MouseOver\n");
|
||||
}
|
||||
void ColorButton::onMouseOut()
|
||||
{
|
||||
getFrame()->needUpdate();
|
||||
printf("MouseOut\n");
|
||||
}
|
||||
void ColorButton::draw(Brush& b)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user