Skip to content
박상희 (Alex Park) edited this page Jan 28, 2019 · 2 revisions

Table of Content

KeyInputDI

KeyInputDI

This library uses DirectInput to handle Key Inputs

Initialize

()

initialize keyInput Library

UpdateKeyState

()

GetKeyState

(int keyScanCode)
``
gets m_keyState[keyScanCode] and right shifts 7

## CKeyInputDI

()