yucad3d

CadNavReturnFocus

Where the navigator returns keyboard focus to after the user drives it (so typing lands back in the host's CAD window, not the aerial view).

void CadNavReturnFocus ( std::int32_t bReturn, void* hWnd );

Parameters

bReturn (std::int32_t)
Boolean flag: nonzero = true / enabled, 0 = false / disabled.
hWnd (void*)
Host window handle (Win32 HWND, passed as an opaque pointer).

Return Value

None.

See Also