input.h
来自「EM8511s中使用的avi播放器」· C头文件 代码 · 共 19 行
H
19 行
#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 + =
减小字号Ctrl + -
显示快捷键?