diff options
| author | EverythingWindows <[email protected]> | 2022-11-17 11:44:01 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-17 11:44:01 +0700 |
| commit | 9d0b741e7b1ced233cd791f51e1c975b60d43acd (patch) | |
| tree | c946d787509201ada3a34553c01a275f2f17969e /ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | |
| parent | dc8ddb780f10e7c8372c558ad4dec5fd171b8cc8 (diff) | |
| download | shiftos-therevival-old-9d0b741e7b1ced233cd791f51e1c975b60d43acd.tar.gz shiftos-therevival-old-9d0b741e7b1ced233cd791f51e1c975b60d43acd.tar.bz2 shiftos-therevival-old-9d0b741e7b1ced233cd791f51e1c975b60d43acd.zip | |
Added KeyboardHandler to handle shortcuts and key input to make it universally used
Diffstat (limited to 'ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj')
| -rw-r--r-- | ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj index 065208b..8a84f82 100644 --- a/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj +++ b/ShiftOS-TheRevival/ShiftOS-TheRevival.vbproj @@ -93,6 +93,7 @@ <Import Include="System.Threading.Tasks" /> </ItemGroup> <ItemGroup> + <Compile Include="Functions\InGame\Hardwares\KeyboardHandler.vb" /> <Compile Include="Functions\InGame\SystemManager\CodepointSystem.vb" /> <Compile Include="Functions\InGame\SystemManager\Terminate.vb" /> <Compile Include="MainForms\BugSlap.Designer.vb"> |
