C# 클래스 OpenTK.Input.JoystickDevice

Represents a joystick device and provides methods to query its status.
상속: IInputDevice
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ButtonDown EventHandler
ButtonUp EventHandler
Move EventHandler

Private Properties

프로퍼티 타입 설명
JoystickDevice System
SetAxis void
SetButton void

비공개 메소드들

메소드 설명
JoystickDevice ( int id, int axes, int buttons ) : System
SetAxis ( JoystickAxis axis, float @value ) : void
SetButton ( JoystickButton button, bool @value ) : void

프로퍼티 상세

ButtonDown 공개적으로 프로퍼티

Occurs when a button of this JoystickDevice instance is pressed.
public EventHandler ButtonDown
리턴 EventHandler

ButtonUp 공개적으로 프로퍼티

Occurs when a button of this JoystickDevice is released.
public EventHandler ButtonUp
리턴 EventHandler

Move 공개적으로 프로퍼티

Occurs when an axis of this JoystickDevice instance is moved.
public EventHandler Move
리턴 EventHandler