Nana - a C++ framework project  

The Programmer's Guide 
nana::gui::API::capture_ignore_children

Description

Enables or disables the captured window whether to redirect the mouse input to its children when the mouse is over its children.

Prototype

void capture_ignore_children(bool ignore);

Parameters

ignore:  indicates whether to ignore the redirection of mouse input to its children window when the mouse is over its children.

Return Value

None.

Remarks

None.

See also

capture_window.


Move to The Nana Programmer's Guide Application Programming Interface Overviews