Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Remarks
None.
1.6.2.7.41 INPUT_DEVICE_TYPE Type
Specifies the different user input devices supported in the library.
File
gfx_gol.h
Syntax
typedef enum {
TYPE_UNKNOWN = 0,
TYPE_KEYBOARD,
TYPE_TOUCHSCREEN
} INPUT_DEVICE_TYPE;
Members
Members Description
TYPE_UNKNOWN = 0 Unknown device.
TYPE_KEYBOARD Keyboard.
TYPE_TOUCHSCREEN Touchscreen.
Description
Typedef: INPUT_DEVICE_TYPE
This enumeration specifies the different user input devices supported in the library.
Remarks
None.
1.6.3 Graphics Driver Layer
Graphics Driver Layer Interface.
1.6.3.1 Graphics Driver Layer API
Graphics Library Driver Layer Interface.
1.6.3.1.1 Driver Layer Initialization Functions
The following API are used to initialize the layer.
Functions
Name Description
DRV_GFX_Initialize Initialize the graphics display driver.
1.6.3.1.1.1 DRV_GFX_Initialize Function
Initialize the graphics display driver.
File
drv_gfx_display.h
1.6 Library Interface MLA - Graphics Library Help Graphics Driver Layer
354
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf