⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 input.h

📁 EM8511s中使用的avi播放器
💻 H
字号:
#ifndef _INPUT_H#define _INPUT_Hint initinput (void);int getinput (void);int exitinput (void);// scancodes for my remote// change it for yours :)#define INPUT_STOP		0xab54e608#define INPUT_NEXT		0xec13e608#define INPUT_PREV		0xe41be608#define INPUT_FWD		0xaf50e608#define INPUT_REV		0xa758e608#define INPUT_PLAY		0xe817e608#define INPUT_PAUSE		0xaa55e608#endif

⌨️ 快捷键说明

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