aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/native/native_event.hpp
blob: 21db5f90987caa47d6acb84924db6dda3526fcec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once
#include "cru/common/base.hpp"

#include "basic_types.hpp"
#include "cru/common/ui_base.hpp"

namespace cru::platform::native {
struct NativeMouseButtonEventArgs {
  MouseButton button;
  ui::Point point;
};
}  // namespace cru::platform::native