1 2 3 4 5 6 7 8 9 10 11
#pragma once #include "raylib.h" /** * @brief Return the hex code of the key currently pressed and -1 ortherwise * * @return int */ int KeypadGetPressed();