Nana C++ Library. Reference for users.
What we need to use nana
|
Public Member Functions | |
operator arg_mouse () const | |
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 |
Public Attributes | |
event_code | evt_code |
notifier * | notifier_ptr |
nana::point | pos |
bool | left_button |
bool | mid_button |
bool | right_button |
nana::arg_notifier::operator arg_mouse | ( | ) | const |
event_code nana::arg_notifier::evt_code |
bool nana::arg_notifier::left_button |
bool nana::arg_notifier::mid_button |
notifier* nana::arg_notifier::notifier_ptr |
nana::point nana::arg_notifier::pos |
bool nana::arg_notifier::right_button |