ctrl.h.svn-base
来自「psp播放器PPA源码,在MSYS/CYGWIN环境下编译(GNU-C)」· SVN-BASE 代码 · 共 30 行
SVN-BASE
30 行
#ifndef __EXT_CTRL_H__#define __EXT_CTRL_H__#include <pspctrl.h>#include <psphprm.h>#include <psptypes.h>
#define CTRL_FORWARD 0x10000000#define CTRL_BACK 0x20000000#define CTRL_PLAYPAUSE 0x40000000#define CTRL_ANALOG 0x80000000
#ifdef __cplusplusextern "C" {#endif
void ctrl_init();void ctrl_destroy();void ctrl_analog(int * x, int * y);u32 ctrl_read_cont();u32 ctrl_read();u32 ctrl_hprm();void ctrl_enablehprm(int enable);
#ifdef __cplusplus}#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?