change arg_click for holding mouse information(#89)

This commit is contained in:
Jinhao
2015-11-25 00:45:39 +08:00
parent 0eb7456128
commit a55b94299c
4 changed files with 40 additions and 50 deletions

View File

@@ -373,7 +373,7 @@ namespace nana{ namespace drawerbase
{
arg_click arg;
arg.window_handle = wdg_->handle();
arg.by_mouse = false;
arg.mouse_args = nullptr;
API::emit_event(event_code::click, arg.window_handle, arg);
}