MKI_EditScanForEscape (Entity Editing) Changed in Version 2023.1

www.CAD6.com

C++ Syntax

bool

MKI_EditScanForEscape(

 bool f_fNoPrompt );

 

Checks if the user currently presses the ESC key to cancel the operation. If so, a prompt asking the user whether to cancel will be displayed.

 

Parameters

f_fNoPrompt New in Version 2023.1

[bool] If true, pressing the ESC key will immediately return true without displaying a prompt first.

 

Return Value

Returns true if the ESC key was pressed and the user chose "Yes" in the prompt displayed as a result (or no prompt was displayed at all).

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH