|
onboardapi
9.10.0
by Rheinmetall
|
Public Member Functions | |
| virtual | ~IClient () |
| virtual void | ReportHidAssignment (std::string const &KeyAppName, M_HidManager::AssignedAxisListType const &AxisAssignments, M_HidManager::AssignedValueInputListType const &ValueInputAssignments, M_HidManager::AssignedButtonListType const &ButtonAssignments, M_HidManager::AssignedMenuListType const &MenuAssignments, bool IsRemoved) |
|
virtual |
|
virtual |
Used by the HID Manager to report assigned buttons and axis.
| KeyAppName | Name of the application to which the buttons and axis have been assigned. |
| AxisAssignments | Axes assigned by the HID Manager. |
| ValueInputAssignments | Value inputs assigned by the HID Manager. |
| ButtonAssignments | Buttons assigned by the HID Manager. |
| MenuAssignments | Menus assigned by the HID Manager. |
| IsRemoved | Indicates if the payload is no longer available Note: This will always be set to true when the instance has been shut down After this has been set to true, the payload will no longer be available to late joiners. |