mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
(UDev) Buildfix for platforms that don't define UDEV_XKB_HANDLING
This commit is contained in:
parent
201f119c51
commit
6b756986d5
@ -172,10 +172,8 @@ static unsigned input_unify_ev_key_code(unsigned code)
|
||||
static void udev_handle_keyboard(void *data,
|
||||
const struct input_event *event, udev_input_device_t *dev)
|
||||
{
|
||||
#ifdef UDEV_XKB_HANDLING
|
||||
udev_input_t *udev = (udev_input_t*)data;
|
||||
#endif
|
||||
unsigned keysym;
|
||||
udev_input_t *udev = (udev_input_t*)data;
|
||||
|
||||
switch (event->type)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user