Commit Graph

8 Commits

Author SHA1 Message Date
e5507cf505 [Update] Add ColorButton. Fix Frame,Board.
We have seperated the list in class Board to two.
New Button Class: ColorButton added.
2017-04-07 16:00:40 +08:00
4630a157dc [Big Update] New Widget with new event framework
New Event Framework
Events from SDL2 will be dispatched in Frame::run(). In class Frame,
events are dispatched to Board::event(), and Board with dispatched them
to inner Board or Widget.
If an event is not solved, the Frame will try to solve it.
2017-04-06 21:53:53 +08:00
49a0db30d1 Delete Board, add new ButtonBase 2017-04-06 12:32:07 +08:00
df4d96dfed Android Platform APIs Supported. 2017-03-09 18:00:19 +08:00
41979ef91d Update MiniEngine_Widget.cpp 2017-03-02 22:00:01 +08:00
0a2efcf8fe Update Brush,Board and BaseButton. 2017-03-02 21:00:53 +08:00
58469b06f0 Update MiniEngine_Widget.cpp 2017-03-02 13:12:41 +08:00
f49793113a Create MiniEngine_Widget.cpp 2017-03-02 12:19:13 +08:00