C4 Engine Terathon Software C4 Engine API Documentation

• Logitech Plugin

API Links
Developer Links

class LogitechPlugin

Defined in:  C4LogitechPlugin.h
The main class for the Logitech Plugin.
Definition

class LogitechPlugin : public Plugin, public Singleton<LogitechPlugin>

Member Functions
LogitechPlugin::GetFirstDevice Returns a pointer to the first Logitech device instance.
LogitechPlugin::GetLogoData Returns a pointer to a C4 Engine logo image.
Constructor

LogitechPlugin();

Description
The LogitechPlugin class manages Logitech devices that have LCD display capability. A list of such devices attached to the computer can be retrieved by calling the LogitechPlugin::GetFirstDevice function.
Base Classes
PluginMgr/Plugin The LogitechPlugin is a specific type of plugin.
Singleton<LogitechPlugin> There is only one LogitechPlugin instance.