Source position: jwawinuser.pas line 11359
type tagRAWINPUT = record
header: RAWINPUTHEADER;
case Integer of
0: (
mouse: RAWMOUSE;
);
1: (
keyboard: RAWKEYBOARD;
2: (
hid: RAWHID;
end;