refactor: preprocessors for wiimote and joycon compilation

This commit is contained in:
Gerard Gascón 2024-06-28 15:18:56 +02:00
parent 65d562ee74
commit 72750c3388
11 changed files with 63 additions and 32 deletions

View file

@ -1,6 +1,7 @@
using SwitchSlidePresenter.InputSender;
using ControllerSlidePresenter.GamepadReader;
using ControllerSlidePresenter.InputSender;
namespace SwitchSlidePresenter;
namespace ControllerSlidePresenter;
public class SlideSwitcher : IDisposable {
private readonly IGamepadReader? _reader;