FWGS / xash3d-fwgs

Xash3D FWGS engine
1.59k stars 242 forks source link

Implement pointer capture api android 8.0 and up #218

Closed abasgames closed 4 years ago

abasgames commented 4 years ago

This well allow android oreo and up users to use their mouse to play xash-fwgs as they do in pc

https://developer.android.com/training/gestures/movement#pointer-capture

a1batross commented 4 years ago

We have this implemented partially through Android extensions by NVidia.

As far as I know, they should be available from 7.0 and higher.

mittorn commented 4 years ago

Pointer capture API for 8+ will allow to hide pointer, 7.x method cannot do this

abasgames commented 4 years ago

Yes it can you must uncheck ignore mouse option in configuration

On Sat, Sep 5, 2020, 9:23 AM mittorn notifications@github.com wrote:

Pointer capture API for 8+ will allow to hide pointer, 7.x method cannot do this

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/FWGS/xash3d-fwgs/issues/218#issuecomment-687559762, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6F5Y2LUHMNTW6VUJFLIFLSEHKPLANCNFSM4QYHH4NA .

abasgames commented 4 years ago

Pointer capture API for 8+ will allow to hide pointer, 7.x method cannot do this

USER_SCOPED_TEMP_DATA_orca-image--1444901011

mittorn commented 4 years ago

Does not work for me, pointer still shown on 3 different devices. And it unuseful without immersive mode