- Treballant en algo de UI
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
namespace input
|
||||
{
|
||||
/// @brief Inicialitza els sistemes de teclat, ratolí i gamepad
|
||||
void init();
|
||||
void init(const int zoom);
|
||||
|
||||
/// @brief Determina si la tecla especificada està sent polsada ara mateix
|
||||
/// @param key tecla a consultar
|
||||
@@ -27,9 +27,11 @@ namespace input
|
||||
|
||||
void updateKey(uint8_t key);
|
||||
void updateKeypressed(uint8_t key);
|
||||
void updateClk(uint8_t btn);
|
||||
|
||||
int mouseX();
|
||||
int mouseY();
|
||||
bool mouseBtn(int btn);
|
||||
bool mouseClk(int btn);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user