VR-Engage  2.2
Loading...
Searching...
No Matches
export.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VREINPUT_DLL
 

Macro Definition Documentation

◆ VREINPUT_DLL

#define VREINPUT_DLL

DLL export/import macro for the vreInput library.

This macro should be used to properly export/import classes and functions from the vreInput library based on the platform and build type.

  • When building the library: classes/functions are exported
  • When using the library: classes/functions are imported
  • On non-Windows platforms: macro is defined as empty Empty macro for non-Windows platforms