1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-09-14 18:45:32 +00:00
sys-con/ControllerUSB/include/ControllerHelpers.h

5 lines
174 B
C
Raw Normal View History

2019-11-06 22:20:58 +00:00
#pragma once
#include "Controllers.h"
//Returns true if said controller supports said feature
bool DoesControllerSupport(ControllerType type, ControllerSupport supportType);