OSVR-Core
Functions
CheckMacHIDAPI.cpp File Reference

C++ source file used by CMake module CheckMacHIDAPI.cmake. More...

Functions

int main (int argc, char *argv[])
 

Detailed Description

C++ source file used by CMake module CheckMacHIDAPI.cmake.

Author
Ryan Pavlik, 2009-2010 rpavl.nosp@m.ik@i.nosp@m.astat.nosp@m.e.ed.nosp@m.u http://academic.cleardefinition.com/
Based on code extracted from VRPN 07.22 for use as a minimal test case

Attempts to compile a difficult bit of code against the Mac HID API, as two different types have been required in the callback function (UInt32 and uint32_t) and testing is the best way to know which one is correct for a given system.