UIX_TouchServiceFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search


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 ...