mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Done TestingHelpers api docs
This commit is contained in:
parent
60c428d27a
commit
52736f40e0
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using Cosmos.Debug.Kernel;
|
||||
using sysIO = System.IO;
|
||||
using Cosmos.Debug.Kernel;
|
||||
|
||||
namespace Cosmos.System
|
||||
{
|
||||
|
|
@ -14,6 +15,7 @@ namespace Cosmos.System
|
|||
/// </summary>
|
||||
/// <param name="aScanCode">A key code.</param>
|
||||
/// <param name="aReleased">Is key pressed.</param>
|
||||
/// <exception cref="sysIO.IOException">An I/O error occurred.</exception>
|
||||
internal static void KeyboardAddFakeScanCode(byte aScanCode, bool aReleased)
|
||||
{
|
||||
Global.mDebugger.Send("Before HandleFakeScanCode");
|
||||
|
|
|
|||
Loading…
Reference in a new issue