mirror of
https://github.com/libretro/RetroArch
synced 2025-03-22 07:21:15 +00:00
Rearrange some code
This commit is contained in:
parent
8005585853
commit
57771fcf3e
@ -158,12 +158,4 @@ enum
|
|||||||
|
|
||||||
#include "../input_common.h"
|
#include "../input_common.h"
|
||||||
|
|
||||||
struct apple_key_name_map_entry
|
|
||||||
{
|
|
||||||
const char* const keyname;
|
|
||||||
const uint32_t hid_id;
|
|
||||||
};
|
|
||||||
|
|
||||||
extern const struct apple_key_name_map_entry apple_key_name_map[];
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -26,6 +26,12 @@
|
|||||||
|
|
||||||
#include "apple_keycode.h"
|
#include "apple_keycode.h"
|
||||||
|
|
||||||
|
struct apple_key_name_map_entry
|
||||||
|
{
|
||||||
|
const char* const keyname;
|
||||||
|
const uint32_t hid_id;
|
||||||
|
};
|
||||||
|
|
||||||
const struct apple_key_name_map_entry apple_key_name_map[] =
|
const struct apple_key_name_map_entry apple_key_name_map[] =
|
||||||
{
|
{
|
||||||
{ "left", KEY_Left },
|
{ "left", KEY_Left },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user