1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-08 11:58:44 +00:00
sys-con/source/ControllerLib/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);