LeviLamina
Loading...
Searching...
No Matches
MouseEventData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cohtml {
6
7struct MouseEventData {
8public:
9 // MouseEventData inner types define
10 enum class EventType : int {};
11
12 enum class MouseButton : int {};
13};
14
15} // namespace cohtml