Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
GNU General Public License v3.0
0
stars
1
forks
source link
Investigate the following regarding (Windows) window input #142
[x] Q. Does WM_INPUT work properly with IME? A. No, we need WM_CHAR.
[x] Q. Does WM_INPUT work properly with scancodes?
[x] Q. Does WM_INPUT work if a letter is typed quickly (e.g. during a long frame). A. Yes, it still stores it in the input buffer the same way as expected. It then passes it to the on device button callback in the correct order.
[x] Provide a way of handling scan codes to allow proper key mapping.