chip-8/src/keypad.h

7 lines
74 B
C
Raw Normal View History

2023-12-25 21:21:20 +01:00
#pragma once
#include "raylib.h"
int KeypadIsPressed(unsigned char c);