index
:
chip-8.git
main
Chip-8 Emulator Written in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keypad.h
blob: 922d2a8ec51cd266d18d41e5a7702345bd95e6e3 (
plain
)
1
2
3
4
5
6
#pragma once #include "raylib.h" int KeypadGetPressed();