terminal/src/cascadia/UnitTests_TerminalCore
Leonard Hecker 7067910862 Add a ControlKeyStates wrapper class (#1718)
* Fixed a minor build warning
* Removed an unimplemented method declaration
* Added Microsoft::Terminal::Core::ControlKeyStates
// This class will act as a safe wrapper for the ControlKeyState enum,
// found in the NT console subsystem (<um/wincon.h>).
2019-07-16 11:09:29 -07:00
..
InputTest.cpp Add a ControlKeyStates wrapper class (#1718) 2019-07-16 11:09:29 -07:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ScreenSizeLimitsTest.cpp Double and Triple Click Selection (#1197) 2019-07-11 16:06:18 -07:00
SelectionTest.cpp Selection for wide glyphs (#905) 2019-06-18 15:53:29 -07:00
UnitTests.vcxproj Don't always send an uppercase letter for Alt+key (#1259) 2019-06-14 15:00:46 -07:00