LilithSilver
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...
### 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....
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:  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...
Closes #298. Screenshots:    Notes: * Colors are up for debate, feel free to make tweaks. * This upgrades Avalonia.Material to 3.6; dark mode needs the toggle button...
### Discussed in https://github.com/AvaloniaCommunity/Material.Avalonia/discussions/378 Material standards:  Material.Avalonia, from the demo:  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...