mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-03-30 06:51:38 +00:00
9 lines
193 B
C
9 lines
193 B
C
#ifndef CONTROLLER_KEYBOARD_DEBUG_H
|
|
#define CONTROLLER_KEYBOARD_DEBUG_H
|
|
#ifdef DEBUG
|
|
|
|
void debug_keyboard_on_key_down(int scancode);
|
|
void debug_keyboard_on_key_up(int scancode);
|
|
|
|
#endif
|
|
#endif
|