C# 클래스 SFML.Window.Keyboard

Give access to the real-time state of the keyboard
파일 보기 프로젝트 열기: SFML/SFML.Net 1 사용 예제들

공개 메소드들

메소드 설명
IsKeyPressed ( Key key ) : bool

Check if a key is pressed

SetVirtualKeyboardVisible ( bool visible ) : void

Enable/Disable visibility of the virtual keyboard

Applicable only on Android and iOS

비공개 메소드들

메소드 설명
sfKeyboard_isKeyPressed ( Key Key ) : bool
sfKeyboard_setVirtualKeyboardVisible ( bool visible ) : void

메소드 상세

IsKeyPressed() 공개 정적인 메소드

Check if a key is pressed
public static IsKeyPressed ( Key key ) : bool
key Key Key to check
리턴 bool

SetVirtualKeyboardVisible() 공개 정적인 메소드

Enable/Disable visibility of the virtual keyboard
Applicable only on Android and iOS
public static SetVirtualKeyboardVisible ( bool visible ) : void
visible bool Whether to make the virtual keyboard visible (true) or not (false)
리턴 void