xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
mouse_event_handler.h
Go to the documentation of this file.
1
4#pragma once
5
6#include <xtd/event_handler.h>
7#include "mouse_event_args.h"
8
10namespace xtd {
12 namespace forms {
21 using mouse_event_handler = delegate<void(object& sender, const mouse_event_args& e)>;
22 }
23}
Provides data for the xtd::forms::control::mouse_up, xtd::forms::control::mouse_down,...
Definition: mouse_event_args.h:29
Contains xtd::event_handler event handler.
delegate< void(object &sender, const mouse_event_args &e)> mouse_event_handler
Represents the method that will handle the MouseDown, MouseUp, or MouseMove event of a form,...
Definition: mouse_event_handler.h:21
@ e
The E key.
Contains xtd::forms::mouse_event_args event args.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17