inputwnd.h

来自「本程序是使用CDMA450模块开发的一个无线公话完整程序」· C头文件 代码 · 共 11 行

H
11
字号
#ifndef INPUTEDIT_H
#define INPUTEDIT_H

#include "inputmethod.h"

/* 单行编辑 */ 
int InputLine(rect *rc, char *title, unsigned char *edittxt, int maxlen, input_type_t type);
/* 多行编辑 */ 
int InputWindow(rect *rc, unsigned char *edittxt, int maxlen, input_type_t type);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?