NDEVR
API Documentation
Helpers.h
1#pragma once
2
3#include <DualSenseController/Headers/DSW_Api.h>
4#include <DualSenseController/Headers/DS5State.h>
5namespace NDEVR
6{
7 namespace DS5W {
15 DS5W_API DS5W::Color color_R32G32B32_FLOAT(float r, float g, float b);
16
25 DS5W_API DS5W::Color color_R32G32B32A32_FLOAT(float r, float g, float b, float a);
26
35 DS5W_API DS5W::Color color_R8G8B8A8_UCHAR(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
36
45 DS5W_API DS5W::Color color_R8G8B8_UCHAR_A32_FLOAT(unsigned char r, unsigned char g, unsigned char b, float a);
46 }
47}
The primary namespace for the NDEVR SDK.