Add combo keystate const (combo keys unfinished)

This commit is contained in:
Vortrex
2021-12-11 20:17:28 -06:00
parent 9253199751
commit 01b9a533fa

View File

@@ -46,6 +46,7 @@ const VRR_KEYSTATE_UP = 1;
const VRR_KEYSTATE_DOWN = 2;
const VRR_KEYSTATE_HOLDSHORT = 3;
const VRR_KEYSTATE_HOLDLONG = 4;
const VRR_KEYSTATE_COMBO = 4;
// Business Label Info Types
const VRR_PROPLABEL_INFO_NONE = 0;