LilithSilver

Results 20 issues of LilithSilver

`WasAnyKeyJustDown()` called a MonoGame method that allocated, when a better one was available. Additionally, `GetPressedKeys(Keys[] keys)` overload to allow the caller to cache was present on `KeyboardState`, but missing on...

Fixes #760 Deprecates `MouseStateExtended.WasButtonJustDown`, `MouseStateExtended.WasButtonJustUp`, `KeyboardStateExtended.WasKeyJustDown`, `KeyboardStateExtended.WasKeyJustUp`, and adds documentation to prevent confusion. Adds `MouseStateExtended.IsButtonPressed`, `MouseStateExtended.IsButtonReleased`, `KeyboardStateExtended.IsKeyPressed`, `KeyboardStateExtended.IsKeyReleased` as replacements. Those were my thoughts for the naming of the API,...

Not a big deal, but heads-up: there's currently a false positive on win64-cl.zip/inkcpp_cl.exe. Slightly annoying and may put off new users... I've reported a false positive [here](https://www.microsoft.com/en-us/wdsi/filesubmission). I'll close this...

Closes #290 by implementing a new setting, a max duration for settings config changes. If the duration of a transition would exceed the maximum duration allowed, it speeds up the...

enhancement

### Version v2.4.12 ### Platform Windows 10 ### Steps to reproduce 1. Ensure filter is active and at a low-temperature value 2. Add a keyboard shortcut to "Toggle LightBulb" 3....

enhancement

I follow the instructions exactly, but I get stuck at step 8: > 8. In Target project select the Console Application project. For my menu, it's entirely blank: ![image](https://github.com/JoanComasFdz/dotnet-how-to-debug-source-generator-vs2022/assets/84940819/f0953462-446c-421d-9551-952e6902125f) I...

### Version v2.4.12 ### Platform Windows 10 ### Steps to reproduce Step 1: On the host computer, enable LightBulb. Step 2: On a client computer, connect to the host computer...

bug

Closes #298. Screenshots: ![image](https://github.com/Tyrrrz/LightBulb/assets/84940819/405c649c-5dd4-419d-b142-760dbb179466) ![image](https://github.com/Tyrrrz/LightBulb/assets/84940819/8a5f3f96-2f5f-4269-91f7-67756d73f7b6) ![image](https://github.com/Tyrrrz/LightBulb/assets/84940819/3d9c6de0-77d4-4d69-aacd-c32d403abcb6) Notes: * Colors are up for debate, feel free to make tweaks. * This upgrades Avalonia.Material to 3.6; dark mode needs the toggle button...

enhancement

### Discussed in https://github.com/AvaloniaCommunity/Material.Avalonia/discussions/378 Material standards: ![unnamed](https://github.com/AvaloniaCommunity/Material.Avalonia/assets/84940819/841f4b1b-16a4-4cc5-ac32-734edf0f9a18) Material.Avalonia, from the demo: ![image](https://github.com/AvaloniaCommunity/Material.Avalonia/assets/84940819/de222cb1-882b-49fa-873b-4e71ddc536ae) Note in particular the off-switch and disabled off-switch. For dark mode, I couldn't find a design online, but...

Title. It leads to confusion since some IDEs can't properly look for generic attribute references when there's a non-generic version. The namespace should be changed to match, if possible, or...

enhancement