aeejoystick.h

来自「BREW SDK 3.1。BREW应用程序的开发包。」· C头文件 代码 · 共 25 行

H
25
字号
#ifndef AEEJOYSTICK_H
#define AEEJOYSTICK_H

/*============================================================================
FILE:	AEEJoystick.h

SERVICES:  BREW Joystick Services

DESCRIPTION:
   This file defines the IJoystick interface that controls the device joystick.
   
   When created,the IJoystick interface enables the generation of joystick
   (X,Y) coordinates, which are received by the application as BREW joystick
   events (recommended) or through a polling read functionality (provided
   for versions of BREW earlier than 3.1.4).
   
   The IJoystick interface further provides the capability for controlling the
   sample rate and inactivity timeout configuration parameters to the 
   joystick device.   
   
PUBLIC CLASSES:  Not Applicable

INITIALIZATION AND SEQUENCING REQUIREMENTS:  Not Applicable

        Copyright 

⌨️ 快捷键说明

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