Add window support for Windows.
This commit is contained in:
parent
5d32592126
commit
c05b7b6315
27 changed files with 783 additions and 95 deletions
|
@ -8,6 +8,10 @@ list(APPEND ui_elements_LIB_INCLUDES
|
|||
ui_events/MouseEvent.cpp
|
||||
ui_events/UiEvent.cpp
|
||||
ui_events/PaintEvent.cpp
|
||||
ui_events/KeyboardEvent.h
|
||||
ui_events/MouseEvent.h
|
||||
ui_events/UiEvent.h
|
||||
ui_events/PaintEvent.h
|
||||
widgets/Widget.cpp
|
||||
widgets/Button.cpp
|
||||
widgets/Label.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue