RetroArch/input
zoltanvb 072d949346
Pointer handling sanitization - wayland and libretro.h changes (#17277)
Adapt the sanitized pointer handling, discussed at #17196:

Wayland driver specific changes:
- make sure pointer position is always within [-0x7fff,0x7fff]
  by using the confined wrapper
- enable lightgun to report -0x8000 if pointer is really offscreen
- remove extra "inside" checks
- report same pointer/lightgun coordinates for all ports
- simplify pointer and lightgun handling

Other changes:
- unify "offscreen" condition through input_driver.c
- slight tuning of pointer conversion in video_driver.c
- update libretro.h with explanation and pointer offscreen value
- small fixes on remote retropad test screen
2024-12-21 13:28:27 -08:00
..
common Add Linux support for illuminance sensors (#17208) 2024-12-17 05:49:39 -08:00
connect
drivers Pointer handling sanitization - wayland and libretro.h changes (#17277) 2024-12-21 13:28:27 -08:00
drivers_hid
drivers_joypad Support for analog L2/R2 values when a DS3 controller is used with PS Vita. (#17261) 2024-12-15 09:24:13 -08:00
drivers_keyboard
include
input_autodetect_builtin.c
input_defines.h
input_driver.c Pointer handling sanitization - wayland and libretro.h changes (#17277) 2024-12-21 13:28:27 -08:00
input_driver.h Pointer handling sanitization - wayland and libretro.h changes (#17277) 2024-12-21 13:28:27 -08:00
input_keymaps.c
input_keymaps.h
input_osk_utf8_pages.h
input_osk.h
input_overlay.h
input_remapping.h
input_types.h