How do I query Korean keyboard's hardware keyboard type?

Joonho Hwang 0 Reputation points
2024-11-10T07:58:24.8866667+00:00

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.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,666 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.