UNPKG

win32-def

Version:
22 lines 851 B
import type * as T from '../../../lib/common.types.js'; import type { StructFactoryResult, StructInitType } from '../../../lib/types.js'; declare const init: StructInitType; export declare const LPHARDWAREINPUT: "HARDWAREINPUT*"; export declare const HARDWAREINPUT_Name = "HARDWAREINPUT"; export declare const HARDWAREINPUT_Init: typeof init; /** * HARDWAREINPUT structure * @link https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-hardwareinput */ export declare function HARDWAREINPUT_Factory(): StructFactoryResult<HARDWAREINPUT_TYPE>; /** * HARDWAREINPUT structure * @link https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-hardwareinput */ export interface HARDWAREINPUT_TYPE { uMsg: T.UINT32; wParamL: T.UINT16; wParamH: T.UINT16; } export {}; //# sourceMappingURL=HARDWAREINPUT.d.ts.map