RetroArch/cores/libretro-net-retropad
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
..
jni Clean up white space. 2019-02-03 16:00:50 -08:00
Makefile Remove trailing blank lines. 2019-01-17 19:39:38 -08:00
internal_cores.h Start adding internal network retropad core hooks 2016-05-26 19:43:15 +02:00
link.T Remove trailing blank lines. 2019-01-17 19:39:38 -08:00
net_retropad_core.c Pointer handling sanitization - wayland and libretro.h changes (#17277) 2024-12-21 13:28:27 -08:00
remotepad.h Extend the sensor/pointer test screen (#17180) 2024-11-10 15:02:00 -08:00