ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about an controller mode. More...
#include <adl_structures.h>
Data Fields | |
int | iModifiers |
int | iViewPanLockBottom |
Vertical bottom panlock position. More... | |
int | iViewPanLockLeft |
Horizontal left panlock position. More... | |
int | iViewPanLockRight |
Horizontal right panlock position. More... | |
int | iViewPanLockTop |
Vertical top panlock position. More... | |
int | iViewPositionCx |
Horizontal view starting position. More... | |
int | iViewPositionCy |
Vertical view starting position. More... | |
int | iViewResolutionCx |
View resolution in pixels (width) More... | |
int | iViewResolutionCy |
View resolution in pixels (hight) More... | |
Structure containing information about an controller mode.
This structure is used to store information of an controller mode
int ADLControllerMode::iModifiers |
This falg indicates actions that will be applied by set viewport The value can be a combination of ADL_CONTROLLERMODE_CM_MODIFIER_VIEW_POSITION, ADL_CONTROLLERMODE_CM_MODIFIER_VIEW_PANLOCK and ADL_CONTROLLERMODE_CM_MODIFIER_VIEW_SIZE
int ADLControllerMode::iViewPanLockBottom |
Vertical bottom panlock position.
int ADLControllerMode::iViewPanLockLeft |
Horizontal left panlock position.
int ADLControllerMode::iViewPanLockRight |
Horizontal right panlock position.
int ADLControllerMode::iViewPanLockTop |
Vertical top panlock position.
int ADLControllerMode::iViewPositionCx |
Horizontal view starting position.
int ADLControllerMode::iViewPositionCy |
Vertical view starting position.
int ADLControllerMode::iViewResolutionCx |
View resolution in pixels (width)
int ADLControllerMode::iViewResolutionCy |
View resolution in pixels (hight)