Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえばinput.h、KEY_Dは 32 です。QWERTY キーボードでは、D はホーム行の左から 3 番目の「印刷可能な」キーです。DVORAK キーボードでは、同じキーに E のマークが付いています。では、DVORAK キーボードで E を押すと、KEY_D(32) またはKEY_E(18) になりますか?
input.h
KEY_D
KEY_E