C# 클래스 AcTools.Windows.Input.Native.HardwareInputEntry

The HARDWAREINPUT structure contains information about a simulated message generated by an input device other than a keyboard or mouse. (see: http://msdn.microsoft.com/en-us/library/ms646269(VS.85).aspx) Declared in Winuser.h, include Windows.h
파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
Msg uint
ParamH ushort
ParamL ushort

프로퍼티 상세

Msg 공개적으로 프로퍼티

Value specifying the message generated by the input hardware.
public uint Msg
리턴 uint

ParamH 공개적으로 프로퍼티

Specifies the high-order word of the lParam parameter for uMsg.
public ushort ParamH
리턴 ushort

ParamL 공개적으로 프로퍼티

Specifies the low-order word of the lParam parameter for uMsg.
public ushort ParamL
리턴 ushort