mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
14 lines
270 B
C#
14 lines
270 B
C#
using Avalonia;
|
|
using Avalonia.Controls;
|
|
using Avalonia.Markup.Xaml;
|
|
|
|
namespace Ryujinx.Ava.UI.Views.Input
|
|
{
|
|
public partial class KeyboardInputView : UserControl
|
|
{
|
|
public KeyboardInputView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|