Commit 11ae43ca167476070225d493a642fe6e5bbb96da

Sam Lantinga 2021-11-11T07:49:38

Only lock the pointer for mouse relative mode, there isn't really a concept of grab and confinement on iOS Locking the pointer prevents the on-screen cursor from moving, which isn't what we want with a grab behavior. Fixes https://github.com/libsdl-org/SDL/issues/4941