Click or drag to resize
AB4D logo

MouseCameraControllerInfoAddCustomInfoLine Method

AddCustomInfoLine adds custom message with keyboard and mouse button icon to the existing mouse controller info.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
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