|
MF_API void MFAuxDisplay_UploadImage |
( |
int |
device, |
|
|
const char * |
pImageBuffer, |
|
|
int |
priorioty |
|
) |
| |
Uploads an image to the auxillary display device.
- Parameters
-
device | The target device. |
pImageBuffer | Pointer to an array of bytes whose length matches the dimensions of the screen as returned from MFAuxDisplay_GetDisplayProperties(). |
priorioty | Priority of the image being displayed If the priority is high and the application does not have focus on the device, the focus may be granted for the image to be displayed immediately. |
- Returns
- None.
|