I was hoping to be 'using Windows.Gaming' namespace but I don't see it listed in my Visual Studio 2015 edition. I don't really even see a UWP project choice in the list of project templates. I tried the 'Blank App (Universal Windows 8.1)' template but autocomplete does NOT list a 'Windows.Gaming' namespace when I attempt to use it from a C# source file.
Maybe it just isn't supported in VS2015?
If so, how to access joystick controls from C# in VS2015? Is it possible?
I am aware of slimDX and sharpDX and may resort to one of those but is it possible with just the Windows 10 SDK and VS2015 to access a joystick controller?
Thanks