microsoft / GDK

Microsoft Public GDK
http://aka.ms/gamedevdocs
Other
1.48k stars 99 forks source link

[Documentation] GameInput focus discrepancy #26

Open Sorenon opened 2 years ago

Sorenon commented 2 years ago

In Input Fundamentals the documentation states that applications using the GameInput API can only receive input while the application is in focus.

However, in GameInputFocusPolicy the documentation states that this can be configured and that, by default, input is sent to the application regardless of focus. This matches the behaviour of the legacy APIs GameInput is unifying such as Raw Input and HID.