James Yarwood

Results 101 issues of James Yarwood

Implement [GamepadDevice](https://github.com/Syncaidius/MoltenEngine/blob/master/Molten.Engine/Input/Gamepad/GamepadDevice.cs) for Android.

input
Android

Implement [KeyboardDevice](https://github.com/Syncaidius/MoltenEngine/blob/master/Molten.Engine/Input/Keyboard/KeyboardDevice.cs) for Android.

input
Android

Implement [MouseDevice](https://github.com/Syncaidius/MoltenEngine/blob/master/Molten.Engine/Input/Pointers/Mouse/MouseDevice.cs) for Android.

input
Android

Implement [TouchDevice](https://github.com/Syncaidius/MoltenEngine/blob/master/Molten.Engine/Input/Pointers/Touch/TouchDevice.cs) for Android.

input
Android

Add support for rendering into an Android [View](https://developer.android.com/reference/android/view/View) as an [INativeSurface](https://github.com/Syncaidius/MoltenEngine/blob/master/Molten.Engine/Graphics/Resources/Surfaces/INativeSurface.cs) and [IWindow](https://github.com/Syncaidius/MoltenEngine/blob/master/Molten.Engine/IWindow.cs). This relies on #40 being completed beforehand.

graphics
Android

Fix SpriteFont texture sheets becoming distorted at random points when adding too many characters. Example: ![image](https://user-images.githubusercontent.com/2464215/209521757-3d4fdb7d-cedc-4d70-91fd-fa6bfeb9c7cd.png)

bug
graphics

Add support for labeling the Y-axis in [UILineGraph](https://github.com/Syncaidius/MoltenEngine/blob/master/Molten.Engine/UI/Elements/UILineGraph.cs).

ui
qol

Implement a `UIElement` which provides a menu/navigation bar system similar to many Windows apps. Elements: - [ ] UIMenu - [ ] UIMenuItem - [ ] UIContextMenu - Generally used...

ui

Fix a crash when changing the font of a loaded `UITheme` asset at runtime. To replicate: 1. Load a UITheme via a content manager 2. Apply it to a UI...

bug
ui
stability