C# 클래스 Fusion.Engine.Input.Gamepad

파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 메소드들

메소드 설명
IsButtonPressed ( GamepadButtons button ) : bool

Returns whether a specified key is currently being pressed.

SetVibration ( float leftMotor, float rightMotor ) : void

Sets vibration

비공개 메소드들

메소드 설명
Gamepad ( Gamepad drvGamePad ) : System

메소드 상세

IsButtonPressed() 공개 메소드

Returns whether a specified key is currently being pressed.
public IsButtonPressed ( GamepadButtons button ) : bool
button GamepadButtons
리턴 bool

SetVibration() 공개 메소드

Sets vibration
public SetVibration ( float leftMotor, float rightMotor ) : void
leftMotor float
rightMotor float
리턴 void