C# 클래스 Indiefreaks.Xna.Input.KeyboardMouseMapping

파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 메소드들

메소드 설명
KeyboardMouseMapping ( ) : System

TestForAnalogDigitalConflicts ( ) : bool

Returns true there are analog/digital mismatches

TestForConflicts ( ) : bool

Returns true if two or more mappings share the same value

메소드 상세

KeyboardMouseMapping() 공개 메소드

public KeyboardMouseMapping ( ) : System
리턴 System

TestForAnalogDigitalConflicts() 공개 메소드

Returns true there are analog/digital mismatches
public TestForAnalogDigitalConflicts ( ) : bool
리턴 bool

TestForConflicts() 공개 메소드

Returns true if two or more mappings share the same value
public TestForConflicts ( ) : bool
리턴 bool