C# 클래스 SFML.Window.KeyEvent

파일 보기 프로젝트 열기: SFML/SFML.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alt int
Code Keyboard.Key
Control int
Shift int
System int

프로퍼티 상세

Alt 공개적으로 프로퍼티

Is the Alt modifier pressed?
public int Alt
리턴 int

Code 공개적으로 프로퍼티

Code of the key (see KeyCode enum)
public Keyboard.Key Code
리턴 Keyboard.Key

Control 공개적으로 프로퍼티

Is the Control modifier pressed?
public int Control
리턴 int

Shift 공개적으로 프로퍼티

Is the Shift modifier pressed?
public int Shift
리턴 int

System 공개적으로 프로퍼티

Is the System modifier pressed?
public int System
리턴 int