DirectX and DirectInput
Good joystick capturing article: https://bell0bytes.eu/directinput/
- [DIDFT_PSHBUTTON]{.title-ref} A push button. A push button is reported as down when the user presses it, and as up when the user releases it.
- [DIDFT_TGLBUTTON]{.title-ref} A toggle button. A toggle button is reported as down when the user presses it and remains so until the user presses the button a second time.
Last modified 28.06.2020: Add content (0e00ae5)