aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/native/native_event.hpp
blob: 54bab00c7e81df6785707a349b68224217449987 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "../graphic_base.hpp"
#include "basic_types.hpp"

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