// Copyright (C) 2026 SharpEmu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later using Avalonia.Controls; namespace SharpEmu.GUI.Controls.Settings; /// /// Numeric input whose native spinner is presented as a separate split button /// public sealed class SplitNumericUpDown : NumericUpDown;