Blender V4.3
GHOST_TrackpadWin32.cc File Reference
#include <cmath>
#include "GHOST_Debug.hh"
#include "GHOST_TrackpadWin32.hh"

Go to the source code of this file.

Macros

#define DM_CHECK_RESULT_AND_EXIT_EARLY(hr, failMessage)
 

Macro Definition Documentation

◆ DM_CHECK_RESULT_AND_EXIT_EARLY

#define DM_CHECK_RESULT_AND_EXIT_EARLY ( hr,
failMessage )
Value:
{ \
if (!SUCCEEDED(hr)) { \
GHOST_PRINT(failMessage); \
return nullptr; \
} \
}

Referenced by GHOST_DirectManipulationHelper::create().