mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
* improve --client flag and domain resolution * stop using the debug flag for dev binds * smaller character width with spaces for the hud font
9 lines
199 B
C
9 lines
199 B
C
#ifndef CONTROLLER_KEYBOARD_DEBUG_H
|
|
#define CONTROLLER_KEYBOARD_DEBUG_H
|
|
#ifdef DEVELOPMENT
|
|
|
|
void debug_keyboard_on_key_down(int scancode);
|
|
void debug_keyboard_on_key_up(int scancode);
|
|
|
|
#endif
|
|
#endif
|