7 lines
91 B
C
7 lines
91 B
C
#pragma once
|
|
|
|
|
|
#define NUM_EVENTS 128
|
|
|
|
int block_until_keypress(const char* keyboardPath);
|