Only enable the Keyboard device in the XcbKeyboard unit tests (#4682)

This prevents other input devices from interfering with the expected calls
that the Keyboard tests should make.

Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
Chris Burel
2021-10-14 07:45:44 -07:00
committed by GitHub
parent 922a991443
commit 5967b419a2
5 changed files with 82 additions and 20 deletions
@@ -10,6 +10,7 @@
#include <AzFramework/Windowing/NativeWindow.h>
#include <AzFramework/XcbNativeWindow.h>
#include <AzFramework/XcbConnectionManager.h>
#include <AzFramework/XcbInterface.h>
#include <xcb/xcb.h>