Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
GFX_COLOR panelEmbossLtColor;
GFX_COLOR panelEmbossDkColor;
uint16_t panelEmbossSize;
uint16_t panelRadius;
GFX_RESOURCE_HDR * pPanelImage;
GFX_FILL_STYLE panelFillStyle;
GFX_COLOR panelGradientStartColor;
GFX_COLOR panelGradientEndColor;
uint16_t panelAlpha;
} GOL_PANEL_PARAM;
Description
Typedef: GOL_PANEL_PARAM
This structure defines the panel parameters when rendering a panel.
Remarks
None.
1.6.2.7.40 INPUT_DEVICE_EVENT Type
Specifies the different user input device events supported in the library.
File
gfx_gol.h
Syntax
typedef enum {
EVENT_INVALID = 0,
EVENT_MOVE,
EVENT_PRESS,
EVENT_STILLPRESS,
EVENT_RELEASE,
EVENT_KEYSCAN,
EVENT_CHARCODE,
EVENT_SET,
EVENT_SET_STATE,
EVENT_CLR_STATE
} INPUT_DEVICE_EVENT;
Members
Members Description
EVENT_INVALID = 0 Invalid event.
EVENT_MOVE Move event.
EVENT_PRESS Press event.
EVENT_STILLPRESS Continuous press event.
EVENT_RELEASE Release event.
EVENT_KEYSCAN Key scan event, parameters for the object ID and keyboard
scan code will be sent with this event in the
GFX_GOL_MESSAGE as parameter.
EVENT_CHARCODE Character code event. The actual character code will be sent
with this event in the GFX_GOL_MESSAGE as parameter.
EVENT_SET Generic set event.
EVENT_SET_STATE Generic set state event.
EVENT_CLR_STATE Generic clear state event.
Description
Typedef: INPUT_DEVICE_EVENT
This enumeration specifies the different user input device events supported in the graphics library.
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
353
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf