Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Translated Message Input
Source
Events Description
GFX_GOL_STATICTEXT_ACTION_SELECTED Touch
Screen
EVENT_PRESS,
EVENT_RELEASE
If events occurs and the x,y position falls
in the area of the static text.
GFX_GOL_OBJECT_ACTION_INVALID Any Any If the message did not affect the object.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject The pointer to the object where the message will be
evaluated to check if the message will affect the object.
pMessage Pointer to the the message from the user interface.
Function
GFX_GOL_TRANSLATED_ACTION GFX_GOL_StaticTextActionGet(
void *pObject,
GFX_GOL_MESSAGE *pMessage);
1.6.2.1.12.2 GFX_GOL_StaticTextAlignmentGet Function
This function returns the text alignment of the text string used by the object.
File
gfx_gol_static_text.h
Syntax
GFX_ALIGNMENT GFX_GOL_StaticTextAlignmentGet(GFX_GOL_STATICTEXT * pObject);
Returns
The text alignment set in the object. See GFX_ALIGNMENT for more details.
Description
This function returns the text alignment of the text string used by the object.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject pointer to the object.
Function
GFX_ALIGNMENT GFX_GOL_StaticTextAlignmentGet(
GFX_GOL_STATICTEXT *pObject)
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
268
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf