How do I query Korean keyboard's hardware keyboard type?
Joonho Hwang
0
Reputation points
Hello, I'm writing an application in C++, and I want to know if the user is using 2-set type Korean or 3-set type Korean (Dubeolsik or Sebeolsik).
That is, I'd like to know which option the user has chosen for this:
I've looked through all the functions in https://learn.microsoft.com/en-us/windows/win32/api/_inputdev/ but couldn't find any information regarding this.
How do I query this information?
Thank you.
Sign in to answer