C4 Engine Terathon Software C4 Engine API Documentation

• Logitech Plugin

API Links
Developer Links

LogitechDevice::UpdateDeviceImage

Defined in:  C4LogitechPlugin.h
Updates image shown the LCD display for a Logitech device.
Prototype

void UpdateDeviceImage(void);

Description
The UpdateDeviceImage function updates the image shown of the LCD display for a Logitech device to the pixel image stored in the device instance. This image to display can be directly modified by calling the LogitechDevice::GetDeviceImage function to retrieve a pointer to the pixel storage buffer.
See Also

LogitechDevice::GetDeviceImage