NDEVR
API Documentation
DualSenseFactory.h
1#pragma once
2namespace NDEVR
3{
9 {
10 public:
12 static void AddControllers();
13 };
14}
Factory class that discovers and registers connected DualSense controllers.
static void AddControllers()
Enumerates connected DualSense devices and adds them as controllers.
The primary namespace for the NDEVR SDK.