FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
553 stars 109 forks source link

no evdev_grab command in iOS #262

Closed vb87 closed 7 years ago

vb87 commented 7 years ago

Android version had evdev_grab which worked perfectly to capture mouse. There is only one Cydia package which provides mouse support as far as I am aware of, why can't evdev_grab functionality be added to iOS version?

a1batross commented 7 years ago

Evdev input is a Linux kernel feature. It cannot be implemented for other OS than Linux or Android.

I don't know so much about iOS, there should be similar feature too.

mittorn commented 7 years ago

On iOS, native mouse should be availiable with some tweaks, but i do not know if it supported by SDL.