Nana C++ Library. Reference for users.
What we need to use nana
|
a higher level event argument than just mouse down More...
Public Attributes | |
::nana::window | window_handle |
A handle to the event window. More... | |
const arg_mouse * | mouse_args {} |
If it is not null, it refers to the mouse arguments for click event emitted by mouse, nullptr otherwise. More... | |
Additional Inherited Members | |
Public Member Functions inherited from nana::event_arg | |
virtual | ~event_arg ()=default |
void | stop_propagation () const |
ignorable handlers behind the current one in a chain of event handlers will not get called. More... | |
bool | propagation_stopped () const |
a higher level event argument than just mouse down
const arg_mouse* nana::arg_click::mouse_args {} |
If it is not null, it refers to the mouse arguments for click event emitted by mouse, nullptr otherwise.
::nana::window nana::arg_click::window_handle |
A handle to the event window.