C# 클래스 Windows.UI.Core.CorePhysicalKeyStatus

파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsExtendedKey bool
IsKeyReleased bool
IsMenuKeyDown bool
RepeatCount uint
ScanCode uint
WasKeyDown bool

프로퍼티 상세

IsExtendedKey 공개적으로 프로퍼티

public bool IsExtendedKey
리턴 bool

IsKeyReleased 공개적으로 프로퍼티

public bool IsKeyReleased
리턴 bool

IsMenuKeyDown 공개적으로 프로퍼티

public bool IsMenuKeyDown
리턴 bool

RepeatCount 공개적으로 프로퍼티

public uint RepeatCount
리턴 uint

ScanCode 공개적으로 프로퍼티

public uint ScanCode
리턴 uint

WasKeyDown 공개적으로 프로퍼티

public bool WasKeyDown
리턴 bool