Skip to content

Commit

Permalink
Update: 2.0.3 & clean up code a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
NRTnarathip committed Dec 5, 2024
1 parent 58a6669 commit 5d17dae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions ModEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,6 @@ void InitKeyboard()
Helper.Events.Input.CursorMoved += OnCursorMoved;
Helper.Events.Display.RenderedStep += Display_RenderedStep;

try
{
var width = Game1.mouseCursors.Width;
var height = Game1.mouseCursors.Height;
var cursorColors = new Color[width * height];
Game1.mouseCursors.GetData(cursorColors);
Console.WriteLine("successfully get mouseCursors data, length: " + cursorColors.Length);

Console.WriteLine("done save file");
}
catch (Exception ex)
{
Console.WriteLine(ex);
}


Console.WriteLine("Done init keyboard");
}

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Virtual Keyboard",
"Author": "NRTnarathip",
"Version": "2.0.2",
"Version": "2.0.3",
"Description": "Virtual Keyboard for android",
"UniqueID": "NRTnarathip.VirtualKeyboard",
"EntryDll": "VirtualKeyboard.dll",
Expand Down

0 comments on commit 5d17dae

Please sign in to comment.