refactor: preprocessors for wiimote and joycon compilation
This commit is contained in:
parent
65d562ee74
commit
72750c3388
11 changed files with 63 additions and 32 deletions
8
SlidePresenter/GamepadReader/IGamepadReader.cs
Normal file
8
SlidePresenter/GamepadReader/IGamepadReader.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace ControllerSlidePresenter.GamepadReader;
|
||||
|
||||
public interface IGamepadReader {
|
||||
public event Action NextSlide;
|
||||
public event Action PrevSlide;
|
||||
|
||||
public Task Read();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue