Fixed KBM interaction with Shortcut Guide (#2220)

This commit is contained in:
Arjun Balgovind
2020-04-21 10:25:14 -07:00
committed by GitHub
parent 93752fb6cb
commit b715a008c5
5 changed files with 19 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#include "common.h"
namespace CommonSharedConstants
{
// Flag that can be set on an input event so that it is ignored by Keyboard Manager
const ULONG_PTR KEYBOARDMANAGER_INJECTED_FLAG = 0x1;
}