C# 클래스 BiliRanking.GlobalKeyboardHook.LowLevelKeyboardInputEvent

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

공개 프로퍼티들

프로퍼티 타입 설명
AdditionalInformation System.IntPtr
Flags int
HardwareScanCode int
TimeStamp int
VirtualCode int

프로퍼티 상세

AdditionalInformation 공개적으로 프로퍼티

Additional information associated with the message.
public IntPtr,System AdditionalInformation
리턴 System.IntPtr

Flags 공개적으로 프로퍼티

The extended-key flag, event-injected Flags, context code, and transition-state flag. This member is specified as follows. An application can use the following values to test the keystroke Flags. Testing LLKHF_INJECTED (bit 4) will tell you whether the event was injected. If it was, then testing LLKHF_LOWER_IL_INJECTED (bit 1) will tell you whether or not the event was injected from a process running at lower integrity level.
public int Flags
리턴 int

HardwareScanCode 공개적으로 프로퍼티

A hardware scan code for the key.
public int HardwareScanCode
리턴 int

TimeStamp 공개적으로 프로퍼티

The time stamp stamp for this message, equivalent to what GetMessageTime would return for this message.
public int TimeStamp
리턴 int

VirtualCode 공개적으로 프로퍼티

A virtual-key code. The code must be a value in the range 1 to 254.
public int VirtualCode
리턴 int