 |
NDEVR
API Documentation
|
34# undef DUALSENSE_CONTROLLER_API
39# ifdef DUALSENSE_CONTROLLER_BUILD_DLL_EXPORT
40# define DUALSENSE_CONTROLLER_API __declspec(dllexport)
41# define DUALSENSE_CONTROLLER_T_API
42# pragma warning (disable : 4251)
43# pragma warning (disable : 4661)
44# pragma warning (disable : 4251)
49# elif (defined DUALSENSE_CONTROLLER_DLL)
50# define DUALSENSE_CONTROLLER_API __declspec(dllimport)
51# define DUALSENSE_CONTROLLER_T_API
52# pragma warning (disable : 4661)
53# pragma warning (disable : 4251)
55# define DUALSENSE_CONTROLLER_API
56# define DUALSENSE_CONTROLLER_T_API extern
60#include <QtCore/QtGlobal>
61# ifdef DUALSENSE_CONTROLLER_BUILD_DLL_EXPORT
62# define DUALSENSE_CONTROLLER_API Q_DECL_EXPORT
63# define DUALSENSE_CONTROLLER_T_API
64# elif (defined DUALSENSE_CONTROLLER_DLL)
65# define DUALSENSE_CONTROLLER_API Q_DECL_IMPORT
66# define DUALSENSE_CONTROLLER_T_API
68# define DUALSENSE_CONTROLLER_API
69# define DUALSENSE_CONTROLLER_T_API
73# define DUALSENSE_CONTROLLER_API __attribute__((visibility("default")))
74# define DUALSENSE_CONTROLLER_T_API
- DualSenseController
- Headers
- DLLInfo.h