DisableWindow3D()

Syntax

DisableWindow3D(#Window3D, State)
Description
Enables or disables user input to the specified Window.

Parameters

#Window3D The 3D window to use.
State It can take the following values:
  #True : The window is disabled.
  #False: The window is enabled.

Return value

None.

Supported OS

All

<- CloseWindow3D() - Window3D Index - EventGadget3D() ->