@@ -316,6 +316,7 @@ SOURCES += \
316316 Source/Controllers/ControllerDescriptor.cpp \
317317 Source/Controllers/KeyboardInput/GlobalQtKeyMap.cpp \
318318 Source/Controllers/KeyboardInput/KeyboardInput.cpp \
319+ Source/Controllers/KeyboardInput/KeyboardStateTracker.cpp \
319320 Source/Controllers/NullController.cpp \
320321 Source/Controllers/SerialPABotBase/SerialPABotBase.cpp \
321322 Source/Controllers/SerialPABotBase/SerialPABotBase_Handle.cpp \
@@ -399,14 +400,12 @@ SOURCES += \
399400 Source/Kernels/Waterfill/Kernels_Waterfill_Core_64x8_x64_SSE42.cpp \
400401 Source/Kernels/Waterfill/Kernels_Waterfill_Core_64xH_Default.cpp \
401402 Source/Kernels/Waterfill/Kernels_Waterfill_Session.cpp \
402- Source/NintendoSwitch/Commands/NintendoSwitch_Commands_Device.cpp \
403403 Source/NintendoSwitch/Commands/NintendoSwitch_Commands_DigitEntry.cpp \
404404 Source/NintendoSwitch/Commands/NintendoSwitch_Commands_PushButtons.cpp \
405405 Source/NintendoSwitch/Commands/NintendoSwitch_Commands_Routines.cpp \
406406 Source/NintendoSwitch/Commands/NintendoSwitch_Commands_Superscalar.cpp \
407407 Source/NintendoSwitch/Controllers/NintendoSwitch_Controller.cpp \
408408 Source/NintendoSwitch/Controllers/NintendoSwitch_ControllerWithScheduler.cpp \
409- Source/NintendoSwitch/Controllers/NintendoSwitch_KeyboardInput.cpp \
410409 Source/NintendoSwitch/Controllers/NintendoSwitch_KeyboardMapping.cpp \
411410 Source/NintendoSwitch/Controllers/NintendoSwitch_SerialPABotBase.cpp \
412411 Source/NintendoSwitch/Controllers/NintendoSwitch_VirtualControllerState.cpp \
@@ -1443,6 +1442,7 @@ HEADERS += \
14431442 Source/ComputerPrograms/Framework/ComputerProgramOption.h \
14441443 Source/ComputerPrograms/Framework/ComputerProgramSession.h \
14451444 Source/ComputerPrograms/Framework/ComputerProgramWidget.h \
1445+ Source/Controllers/Controller.h \
14461446 Source/Controllers/ControllerCapability.h \
14471447 Source/Controllers/ControllerConnection.h \
14481448 Source/Controllers/ControllerSelectorWidget.h \
@@ -1546,7 +1546,6 @@ HEADERS += \
15461546 Source/Kernels/Waterfill/Kernels_Waterfill_Session.h \
15471547 Source/Kernels/Waterfill/Kernels_Waterfill_Session.tpp \
15481548 Source/Kernels/Waterfill/Kernels_Waterfill_Types.h \
1549- Source/NintendoSwitch/Commands/NintendoSwitch_Commands_Device.h \
15501549 Source/NintendoSwitch/Commands/NintendoSwitch_Commands_DigitEntry.h \
15511550 Source/NintendoSwitch/Commands/NintendoSwitch_Commands_PushButtons.h \
15521551 Source/NintendoSwitch/Commands/NintendoSwitch_Commands_Routines.h \
@@ -1556,7 +1555,6 @@ HEADERS += \
15561555 Source/NintendoSwitch/Commands/NintendoSwitch_Messages_Superscalar.h \
15571556 Source/NintendoSwitch/Controllers/NintendoSwitch_Controller.h \
15581557 Source/NintendoSwitch/Controllers/NintendoSwitch_ControllerWithScheduler.h \
1559- Source/NintendoSwitch/Controllers/NintendoSwitch_KeyboardInput.h \
15601558 Source/NintendoSwitch/Controllers/NintendoSwitch_KeyboardMapping.h \
15611559 Source/NintendoSwitch/Controllers/NintendoSwitch_SerialPABotBase.h \
15621560 Source/NintendoSwitch/Controllers/NintendoSwitch_VirtualControllerState.h \
0 commit comments