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

📄 ctrl.h.svn-base

📁 psp播放器PPA源码,在MSYS/CYGWIN环境下编译(GNU-C)
💻 SVN-BASE
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -