Simplifying keycode handling
[mercenary-reloaded.git] / src / libkeyboard / keyboard.h
index bb4eb3f..46285ba 100644 (file)
@@ -1,4 +1,4 @@
 
 uint16_t emulate_keyboard_read(uint32_t address);
-void set_key(const char *key, int down);
+void set_amiga_key(enum keycode key, int down);