ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSYS2/mingw32/i686-w64-mingw32/include/tpcshrd.h
Revision: 1166
Committed: Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy
Content type: text/x-chdr
File size: 1643 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File Contents

# Content
1 /*** Autogenerated by WIDL 6.4 from include/tpcshrd.idl - Do not edit ***/
2
3 #ifdef _WIN32
4 #ifndef __REQUIRED_RPCNDR_H_VERSION__
5 #define __REQUIRED_RPCNDR_H_VERSION__ 475
6 #endif
7 #include <rpc.h>
8 #include <rpcndr.h>
9 #endif
10
11 #ifndef COM_NO_WINDOWS_H
12 #include <windows.h>
13 #include <ole2.h>
14 #endif
15
16 #ifndef __tpcshrd_h__
17 #define __tpcshrd_h__
18
19 /* Forward declarations */
20
21 /* Headers for imported files */
22
23 #include <wtypes.h>
24
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28
29 #define TABLET_DISABLE_PRESSANDHOLD 0x00000001
30 #define TABLET_DISABLE_PENTAPFEEDBACK 0x00000008
31 #define TABLET_DISABLE_PENBARRELFEEDBACK 0x00000010
32 #define TABLET_DISABLE_TOUCHUIFORCEON 0x00000100
33 #define TABLET_DISABLE_TOUCHUIFORCEOFF 0x00000200
34 #define TABLET_DISABLE_TOUCHSWITCH 0x00008000
35 #define TABLET_DISABLE_FLICKS 0x00010000
36 #define TABLET_ENABLE_FLICKSONCONTEXT 0x00020000
37 #define TABLET_ENABLE_FLICKLEARNINGMODE 0x00040000
38 #define TABLET_DISABLE_SMOOTHSCROLLING 0x00080000
39 #define TABLET_DISABLE_FLICKFALLBACKKEYS 0x00100000
40 #define TABLET_ENABLE_MULTITOUCHDATA 0x01000000
41 #define WM_TABLET_QUERYSYSTEMGESTURESTATUS 0x02CC
42 #define IP_CURSOR_DOWN 0x1
43 #define IP_INVERTED 0x2
44 #define IP_MARGIN 0x4
45 typedef DWORD CURSOR_ID;
46 typedef USHORT SYSTEM_EVENT;
47 typedef DWORD TABLET_CONTEXT_ID;
48 #ifndef _XFORM_
49 #define _XFORM_
50 typedef struct tagXFORM {
51 float eM11;
52 float eM12;
53 float eM21;
54 float eM22;
55 float eDx;
56 float eDy;
57 } XFORM;
58 #endif
59 /* Begin additional prototypes for all interfaces */
60
61
62 /* End additional prototypes */
63
64 #ifdef __cplusplus
65 }
66 #endif
67
68 #endif /* __tpcshrd_h__ */