|
ShitEngine
基于 C++20 与 SDL3 的轻量级 2D 游戏引擎
|
#include "../Core/Core.h"#include "../Input/KeyCode.h"#include "UIRendererComponent.h"#include <SDL3/SDL_rect.h>#include <string>#include <cstdint>类 | |
| class | UITextInput |
| 文本输入控件抽象基类 更多... | |
命名空间 | |
| namespace | Shit |