From 01b9a533fa018a3a4bcfb7eb741e7a968110dde3 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sat, 11 Dec 2021 20:17:28 -0600 Subject: [PATCH] Add combo keystate const (combo keys unfinished) --- scripts/shared/const.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/shared/const.js b/scripts/shared/const.js index 1ffa809a..28cee556 100644 --- a/scripts/shared/const.js +++ b/scripts/shared/const.js @@ -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;