BaseComponent.h
|
增加了Editor类;修改了组件类的初始化参数格式
|
2024-12-16 02:08:04 +08:00 |
Cursor_test.cpp
|
新增了Cursor
|
2024-12-15 23:53:57 +08:00 |
Cursor.h
|
修复了编辑器失去焦点时依然显示指针的问题
|
2024-12-19 16:53:45 +08:00 |
Editor_test.cpp
|
t
|
2024-12-19 13:45:36 +08:00 |
Editor.h
|
修复了编辑器失去焦点时依然显示指针的问题
|
2024-12-19 16:53:45 +08:00 |
Rect.h
|
增加了Editor类;修改了组件类的初始化参数格式
|
2024-12-16 02:08:04 +08:00 |
Text.h
|
增加了Editor类;修改了组件类的初始化参数格式
|
2024-12-16 02:08:04 +08:00 |
TextArea_test.cpp
|
修复了原先Text类中分行存在的异常;
|
2024-12-15 02:18:52 +08:00 |
TextArea.h
|
修复了在行末无法正常输入的错误
|
2024-12-16 15:50:14 +08:00 |
TextLine_test.cpp
|
fixed TextArea
|
2024-12-06 19:11:49 +08:00 |
TextLine.h
|
增加了Editor类;修改了组件类的初始化参数格式
|
2024-12-16 02:08:04 +08:00 |