UIX_TouchProcState Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:UIX_TouchProcState Enumeration}} | ||
+ | {{#parentPage:PXV:UIX_Enumerations|UIX_TouchProcState|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Specifies the ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">enum UIX_TouchProcState | ||
+ | { | ||
+ | UIX_TouchProc_NoGesture = 0, | ||
+ | UIX_TouchProc_DetectGesture = 1, | ||
+ | UIX_TouchProc_Gesture = 2, | ||
+ | }; | ||
+ | </pre> | ||
+ | |||
+ | == Constants == | ||
+ | ;UIX_TouchProc_NoGesture | ||
+ | :The ... | ||
+ | ;UIX_TouchProc_DetectGesture | ||
+ | :The ... | ||
+ | ;UIX_TouchProc_Gesture | ||
+ | :The ... |
Latest revision as of 00:37, 20 October 2015
Specifies the ...
Syntax
enum UIX_TouchProcState { UIX_TouchProc_NoGesture = 0, UIX_TouchProc_DetectGesture = 1, UIX_TouchProc_Gesture = 2, };
Constants
- UIX_TouchProc_NoGesture
- The ...
- UIX_TouchProc_DetectGesture
- The ...
- UIX_TouchProc_Gesture
- The ...