···2525//! Major version of the API.
2626#define MND_API_VERSION_MAJOR 1
2727//! Minor version of the API.
2828-#define MND_API_VERSION_MINOR 3
2828+#define MND_API_VERSION_MINOR 4
2929//! Patch version of the API.
3030#define MND_API_VERSION_PATCH 0
3131···7272 MND_PROPERTY_NAME_STRING = 0,
7373 //! Supported in version 1.2 and above.
7474 MND_PROPERTY_SERIAL_STRING = 1,
7575+ //! Supported in version 1.4.0 and above.
7676+ MND_PROPERTY_TRACKING_ORIGIN_U32 = 2,
7777+ //! Supported in version 1.4.0 and above.
7878+ MND_PROPERTY_SUPPORTS_POSITION_BOOL = 3,
7979+ //! Supported in version 1.4.0 and above.
8080+ MND_PROPERTY_SUPPORTS_ORIENTATION_BOOL = 4,
7581} mnd_property_t;
76827783/*!