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: d762be4a244ed2548e19429bd7540629c721ad4d (
plain
)
1
2
3
4
5
6
#pragma once #include "raylib.h" int KeypadIsPressed(unsigned char c);