Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
mouse_button.h File Reference
#include <cstdint>
Include dependency graph for mouse_button.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  MouseButton : std::uint8_t {
  left , right , middle , button_4 ,
  button_5 , wheel_up , wheel_down , unknown
}
 

Enumeration Type Documentation

◆ MouseButton

enum class MouseButton : std::uint8_t
strong
Enumerator
left 
right 
middle 
button_4 
button_5 
wheel_up 
wheel_down 
unknown