📄 textinput.h
字号:
//////////////////////////////////////////////////////////////////////////
//textinput.h 文本输入框界面。
//////////////////////////////////////////////////////////////////////////
#ifndef __TEXTINPUT_H__
#define __TEXTINPUT_H__
#include "TextInput.h"
// initial text input window.
boolean TextInputNew(TextInput* pthis,MainMenu *pMe);
// create text input window.
boolean TextInputOpen(TextInput* pthis);
// handle all event from sytem.
boolean TextInput_HandleEvent(TextInput* pthis,AEEEvent eCode,uint16 wParam,uint32 dwParam);
// close text input window.
void TextInputClose(TextInput* pthis);
// release all resource belong text input window.
void TextInputRelease(TextInput* pthis);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -