107 @see RWsSession::SetHighPressureThresholds |
108 @see RWsSession::SetHighPressureThresholds |
108 @see RWsSession::GetExitHighPressureThreshold |
109 @see RWsSession::GetExitHighPressureThreshold |
109 @publishedAll |
110 @publishedAll |
110 @released */ |
111 @released */ |
111 EExitHighPressure, |
112 EExitHighPressure, |
|
113 /* Caused by "Tap" Gesture Event from pointing device directry */ |
|
114 EGestureTap = 0x0080, |
|
115 /* Caused by "LongPress" Gesture Event from pointing device directry */ |
|
116 EGesturePress, |
|
117 /* Caused by "FlickUp" Gesture Event from pointing device directry */ |
|
118 EGestureFlickup, |
|
119 /* Caused by "FlickDown" Gesture Event from pointing device directry */ |
|
120 EGestureFlickDown, |
|
121 /* Caused by "FlickLeft" Gesture Event from pointing device directry */ |
|
122 EGestureFlickLeft, |
|
123 /* Caused by "FlickRight" Gesture Event from pointing device directry */ |
|
124 EGestureFlickRight, |
|
125 /* Caused by General "Flick" Gesture Event from pointing device directry */ |
|
126 EGestureFlick, |
|
127 /* Caused by Custom Gesture Event from pointing device directry (for Reserved) */ |
|
128 EGestureCustom1, |
|
129 /* Caused by Custom Gesture Event from pointing device directry (for Reserved) */ |
|
130 EGestureCustom2, |
|
131 /* Caused by Custom Gesture Event from pointing device directry (for Reserved) */ |
|
132 EGestureCustom3, |
|
133 /* Caused by Custom Gesture Event from pointing device directry (for Reserved) */ |
|
134 EGestureCustom4, |
|
135 /* Caused by Custom Gesture Event from pointing device directry (for Reserved) */ |
|
136 EGestureCustom5, |
|
137 /* Caused by Custom Gesture Event from pointing device directry (for Reserved) */ |
|
138 EGestureCustom6, |
|
139 /* Caused by Custom Gesture Event from pointing device directry (for Reserved) */ |
|
140 EGestureCustom7, |
|
141 /* Caused by Custom Gesture Event from pointing device directry (for Reserved) */ |
|
142 EGestureCustom8, |
|
143 /* Caused by Custom Gesture Event from pointing device directry (for Reserved) */ |
|
144 EGestureCustom9, |
112 /** WSERV will never generate TPointerEvent with this type. |
145 /** WSERV will never generate TPointerEvent with this type. |
113 |
146 |
114 WARNING: Enum for internal use ONLY. Compatibility is not guaranteed in future releases. */ |
147 WARNING: Enum for internal use ONLY. Compatibility is not guaranteed in future releases. */ |
115 ENullType = -1 |
148 ENullType = -1 |
116 }; |
149 }; |