aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/events/FocusChangeEventArgs.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-17 23:12:29 +0800
committercrupest <crupest@outlook.com>2022-01-17 23:12:29 +0800
commit729633041f6fbea4ac1ef4128bea1ddc3a7b1d24 (patch)
tree123f1c8ea929441d75c09f94c08c82c0e8ab2461 /include/cru/ui/events/FocusChangeEventArgs.hpp
parent67dd012c0f49898f1734c46d3bb264f59d056a8e (diff)
downloadcru-729633041f6fbea4ac1ef4128bea1ddc3a7b1d24.tar.gz
cru-729633041f6fbea4ac1ef4128bea1ddc3a7b1d24.tar.bz2
cru-729633041f6fbea4ac1ef4128bea1ddc3a7b1d24.zip
...
Diffstat (limited to 'include/cru/ui/events/FocusChangeEventArgs.hpp')
-rw-r--r--include/cru/ui/events/FocusChangeEventArgs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/events/FocusChangeEventArgs.hpp b/include/cru/ui/events/FocusChangeEventArgs.hpp
index 0e65c6e0..b72790a5 100644
--- a/include/cru/ui/events/FocusChangeEventArgs.hpp
+++ b/include/cru/ui/events/FocusChangeEventArgs.hpp
@@ -3,7 +3,7 @@
namespace cru::ui::events {
-class FocusChangeEventArgs : public UiEventArgs {
+class CRU_UI_API FocusChangeEventArgs : public UiEventArgs {
public:
FocusChangeEventArgs(Object* sender, Object* original_sender,
const bool is_window = false)