MKI_InputDrawCursorText (Input) New in Version 6.30

www.CAD6.com

C++ Syntax

void

MKI_InputDrawCursorText(

 const LPCWSTR f_pszText );

 

Displays an information text at the current cross-hair’s position.

 

This command may only be called from within a MKI_InputDisplayProc!

 

Parameters

Text

[const LPCWSTR] Text to be displayed. This text will be added to any information the application itself displays, and will be marked with a small plug-in symbol. Use the '\n' (Unicode 10) character to force a new line. May be nullptr to clear the display.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH