Re: Declare another bunch of raw input structures and constants
30 Mar
2007
30 Mar
'07
4:37 a.m.
"Kovács András" <andras(a)csevego.net> wrote:
+typedef struct tagRAWMOUSE { + USHORT usFlags; + union { + ULONG ulButtons; + struct { + USHORT usButtonFlags; + USHORT usButtonData; + } s; + } u;
You have to use DUMMYSTRUCTNAME and DUMMYUNIONNAME instead of s and u. Also please use 4 spaces indents instead of strange mix of 2 + 7 + 2. -- Dmitry.
6833
Age (days ago)
6833
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov