C# 클래스 ManagedWin32.Api.INPUT

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

공개 프로퍼티들

프로퍼티 타입 설명
Data MouseKeyboardHardwareInput
Type InputType

프로퍼티 상세

Data 공개적으로 프로퍼티

The data structure that contains information about the simulated Mouse, Keyboard or Hardware event.
public MouseKeyboardHardwareInput,ManagedWin32.Api Data
리턴 MouseKeyboardHardwareInput

Type 공개적으로 프로퍼티

Specifies the type of the input event. This member can be one of the following values. InputType.Mouse - The event is a mouse event. Use the mi structure of the union. InputType.Keyboard - The event is a keyboard event. Use the ki structure of the union. InputType.Hardware - Windows 95/98/Me: The event is from input hardware other than a keyboard or mouse. Use the hi structure of the union.
public InputType Type
리턴 InputType