diff --git a/source/jinput.h b/source/jinput.h index 5c43118..77cf9f1 100644 --- a/source/jinput.h +++ b/source/jinput.h @@ -3,6 +3,16 @@ namespace input { + namespace mouse + { + namespace button + { + const int left = 1; + const int middle = 2; + const int right = 3; + } + } + /// @brief Inicialitza els sistemes de teclat, ratolĂ­ i gamepad void init(const int zoom);