GDK icon indicating copy to clipboard operation
GDK copied to clipboard

[Documentation] GameInput focus discrepancy

Open Sorenon opened this issue 3 years ago • 0 comments

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.

Sorenon avatar May 13 '22 22:05 Sorenon