C# 클래스 OpenTK.Input.JoystickButtonEventArgs

Provides data for the JoystickDevice.ButtonDown and JoystickDevice.ButtonUp events. This class is cached for performance reasons - avoid storing references outside the scope of the event.
상속: System.EventArgs
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

비공개 메소드들

메소드 설명
JoystickButtonEventArgs ( JoystickButton button, bool pressed ) : System

Initializes a new instance of the JoystickButtonEventArgs class.