 |
MouseCameraControllerInfo.AddCustomInfoLine(Int32, MouseCameraController.MouseAndKeyboardConditions, String) 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.2.9104.2045
Syntaxpublic void AddCustomInfoLine(
int insertRowIndex,
MouseCameraController.MouseAndKeyboardConditions mouseAndKeyboardIcons,
string message
)
Parameters
- insertRowIndex Int32
- index of the inserted row at the time of insertion
- mouseAndKeyboardIcons MouseCameraController.MouseAndKeyboardConditions
- keyboard and mouse icons
- message String
- text to display
See Also