ShenCiao
ShenCiao
Sadly it's still a problem on May, 2022. There are still perceivable mouse lag after enabling `io.MouseDrawCursor` on my laptop with a 165Hz monitor. Meanwhile the Opengl or Directx12 backend...
I tried following code but it doesn't work. ``` ObservableTracker.EnableTracking = true; ObservableTracker.EnableStackTrace = true; ```
> You need generic parameter `T` to extend the `Observable`. Otherwise the method won't compile. ``` // "this" is a godot control this.SignalAsObservable(Control.SignalName.GuiInput) .OfType() .Where(button => button.ButtonIndex == MouseButton.Left); ```...
Well, that's a huge change. I will use the .csv file as instructed in my original instructions.
This is pretty fun to work with. Now I have a cooperator and have an opportunity to learn pull requests and all other stuff to work with others. Thank you...
@copilot can you further change the files? I only need the .csv file so remove others. If you cannot tell me how to remove other files.
@copilot Move the CSV file to the folder Ciallo/Localization, and rename it to PascalCase
Hi, thanks for your interest in my project. To be honest, I didn't have any plans for writing tests before you asked. Every line of code in this project is...
I put my file here. Hope it helpful ``` name: "godot-ci export" on: push env: GODOT_VERSION: 4.4.1 EXPORT_NAME: Ciallo PROJECT_PATH: ./Ciallo jobs: export-windows: name: Windows Export runs-on: ubuntu-22.04 # Use...
Thanks for your help! >Remove the Setup WINE and rcedit... >Remove the Setup .NET 9 SDK step... I will soon upgrade my project to 4.5 > Potentially remove the Import...