C# 클래스 Californium.Input

파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards

공개 프로퍼티들

프로퍼티 타입 설명
Key KeyEvent>.Dictionary
MouseButton MouseButtonEvent>.Dictionary
MouseMove SFML.Window.MouseMoveEvent
MouseWheel SFML.Window.MouseWheelEvent
Text SFML.Window.TextEvent

공개 메소드들

메소드 설명
Input ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
ProcessInput ( InputArgs args ) : bool

메소드 상세

Input() 공개 메소드

public Input ( ) : System.Collections.Generic
리턴 System.Collections.Generic

프로퍼티 상세

Key 공개적으로 프로퍼티

public Dictionary Key
리턴 KeyEvent>.Dictionary

MouseButton 공개적으로 프로퍼티

public Dictionary MouseButton
리턴 MouseButtonEvent>.Dictionary

MouseMove 공개적으로 프로퍼티

public MouseMoveEvent,SFML.Window MouseMove
리턴 SFML.Window.MouseMoveEvent

MouseWheel 공개적으로 프로퍼티

public MouseWheelEvent,SFML.Window MouseWheel
리턴 SFML.Window.MouseWheelEvent

Text 공개적으로 프로퍼티

public TextEvent,SFML.Window Text
리턴 SFML.Window.TextEvent