UIX_TouchServiceFlags 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_TouchServiceFlags Enumeration}} | ||
+ | {{#parentPage:PXV:UIX_Enumerations|UIX_TouchServiceFlags|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Specifies the ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">enum UIX_TouchServiceFlags | ||
+ | { | ||
+ | UIX_TouchService_ContextMenu = 1, | ||
+ | UIX_TouchService_ScrollByX = 2, | ||
+ | UIX_TouchService_ScrollByY = 4, | ||
+ | UIX_TouchService_ScrollByXY = 6, | ||
+ | UIX_TouchService_InertialScroll = 8, | ||
+ | UIX_TouchService_Rotate = 16, | ||
+ | UIX_TouchService_Zoom = 32, | ||
+ | UIX_TouchService_SimpleScroll = 64, | ||
+ | }; | ||
+ | </pre> | ||
+ | |||
+ | == Constants == | ||
+ | ;UIX_TouchService_ContextMenu | ||
+ | :The ... | ||
+ | ;UIX_TouchService_ScrollByX | ||
+ | :The ... | ||
+ | ;UIX_TouchService_ScrollByY | ||
+ | :The ... | ||
+ | ;UIX_TouchService_ScrollByXY | ||
+ | :The ... | ||
+ | ;UIX_TouchService_InertialScroll | ||
+ | :The ... | ||
+ | ;UIX_TouchService_Rotate | ||
+ | :The ... | ||
+ | ;UIX_TouchService_Zoom | ||
+ | :The ... | ||
+ | ;UIX_TouchService_SimpleScroll | ||
+ | :The ... |
Latest revision as of 00:37, 20 October 2015
Specifies the ...
Syntax
enum UIX_TouchServiceFlags { UIX_TouchService_ContextMenu = 1, UIX_TouchService_ScrollByX = 2, UIX_TouchService_ScrollByY = 4, UIX_TouchService_ScrollByXY = 6, UIX_TouchService_InertialScroll = 8, UIX_TouchService_Rotate = 16, UIX_TouchService_Zoom = 32, UIX_TouchService_SimpleScroll = 64, };
Constants
- UIX_TouchService_ContextMenu
- The ...
- UIX_TouchService_ScrollByX
- The ...
- UIX_TouchService_ScrollByY
- The ...
- UIX_TouchService_ScrollByXY
- The ...
- UIX_TouchService_InertialScroll
- The ...
- UIX_TouchService_Rotate
- The ...
- UIX_TouchService_Zoom
- The ...
- UIX_TouchService_SimpleScroll
- The ...