|
|
|
|
|
by throwaway3699
1884 days ago
|
|
> The key bindings are understandable to me because nowhere in Windows does it let me set IJKL as my WASD. But I know it's possible to get the primary and secondary mouse button config from the OS but some games ignore or are ignorant of this fact. I'll chip in. As a developer, Unity and Unreal don't really expose that information, and generally devs will not fetch it on their own because that requires dealing with linking to Windows libraries, rather than letting the platform deal with that. Using Windows specific libraries seems like an anti-pattern with Unity too, because now your game is no longer cross platform. |
|