|
MouseCameraControllerInfoAddCustomInfoLine Method |
AddCustomInfoLine adds custom message with keyboard and mouse button icon to the existing mouse controller info.
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public void AddCustomInfoLine(
int insertRowIndex,
MouseCameraControllerMouseAndKeyboardConditions mouseAndKeyboardIcons,
string message
)
Parameters
- insertRowIndex Int32
- index of the inserted row at the time of insertion
- mouseAndKeyboardIcons MouseCameraControllerMouseAndKeyboardConditions
- keyboard and mouse icons
- message String
- text to display
See Also