Molybden API
Loading...
Searching...
No Matches
mouse.hpp
1
// Copyright (c) 2000-2024 TeamDev. All rights reserved.
2
// TeamDev PROPRIETARY and CONFIDENTIAL.
3
// Use is subject to license terms.
4
5
#ifndef MOLYBDEN_MOUSE_HPP
6
#define MOLYBDEN_MOUSE_HPP
7
8
namespace
molybden {
9
13
enum class
MouseButton {
14
kNoButton,
15
kPrimary,
16
kMiddle,
17
kSecondary
18
};
19
20
}
// namespace molybden
21
22
#endif
// MOLYBDEN_MOUSE_HPP
include
molybden
ui
mouse.hpp