Source position: jwawinuser.pas line 11163
type tagRAWMOUSE = record |
usFlags: USHORT; |
union: record |
case Integer of |
0: ( |
ulButtons: ULONG; |
); |
1: ( |
usButtonFlags: USHORT; |
usButtonData: USHORT; |
); |
end; |
ulRawButtons: ULONG; |
lLastX: LONG; |
lLastY: LONG; |
ulExtraInformation: ULONG; |
end; |