* Gets an @ref UserPositionCapability object for accessing User Position functionality. * It is the application responsibility to check first if @ref XN_CAPABILITY_USER_POSITION * is supported by calling @ref IsCapabilitySupported(). */
| 4864 | * is supported by calling @ref IsCapabilitySupported(). |
| 4865 | */ |
| 4866 | inline const UserPositionCapability GetUserPositionCap() const |
| 4867 | { |
| 4868 | return UserPositionCapability(GetHandle()); |
| 4869 | } |
| 4870 | |
| 4871 | /** |
| 4872 | * Gets an @ref UserPositionCapability object for accessing User Position functionality. |
no test coverage detected