Just™ Game Engine
|
#include "jng/core/base.hpp"
Go to the source code of this file.
Namespaces | |
namespace | jng |
namespace | jng::Mouse |
Typedefs | |
using | jng::Mouse::Code = u8 |
Variables | |
constexpr Code | jng::Mouse::Left = 0 |
constexpr Code | jng::Mouse::Right = 1 |
constexpr Code | jng::Mouse::Middle = 2 |
constexpr Code | jng::Mouse::X1 = 3 |
constexpr Code | jng::Mouse::X2 = 4 |