summaryrefslogtreecommitdiff
path: root/src/keypad.h
blob: 23a6a708fba4d54a298d35112b5351e0ca7384e2 (plain)
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();