mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-17 12:46:29 +02:00
use compiled binding for controller view
This commit is contained in:
parent
6b2f1b7d4f
commit
ab7ebecfc8
14 changed files with 1716 additions and 984 deletions
14
src/Ryujinx.Ava/UI/Views/Input/KeyboardInputView.axaml.cs
Normal file
14
src/Ryujinx.Ava/UI/Views/Input/KeyboardInputView.axaml.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using Avalonia;
|
||||
using Avalonia.Controls;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace Ryujinx.Ava.UI.Views.Input
|
||||
{
|
||||
public partial class KeyboardInputView : UserControl
|
||||
{
|
||||
public KeyboardInputView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue