Explorar el Código

modified: src/core.c

pull/214/head
Richard R. Goodwin hace 8 años
padre
commit
d4f5c4e133
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/core.c

+ 1
- 0
src/core.c Ver fichero

@ -121,6 +121,7 @@
// Old device inputs system
#define DEFAULT_KEYBOARD_DEV STDIN_FILENO // Standard input
#define DEFAULT_MOUSE_DEV "/dev/input/mouse0" // Mouse input
#define DEFAULT_TOUCH_DEV "/dev/input/event4" // Touch input
#define DEFAULT_GAMEPAD_DEV "/dev/input/js" // Gamepad input (base dev for all gamepads: js0, js1, ...)
// New device input events (evdev) (must be detected)

Cargando…
Cancelar
Guardar