anyKode Marilou
ContentsIndexHome
PreviousUpNext
DeviceContact::GetContactPointsWaitComplete

Getting parent geometry's contact points awaiting for new data.

C++
bool GetContactPointsWaitComplete(Moda::Commons::ContactPoints * pContactsPoints, M32 * pDeviceResponse = NULL, void * pReserved = NULL);
Parameters 
Description 
Moda::Commons::ContactPoints * pContactsPoints 
[in/out] Pointer to a ContactPoints object, to be filled. 
M32 * pDeviceResponse = NULL 
(see Message
void * pReserved = NULL 
(see Message

true if ContactPoint object received data, false otherwise.

GetContactPoints returns the contact points that are currently acting on the device's parent geometry. The device's 'Enable collect contact points' property must be checked in order to allow this function to work. The function locks the calling thread until data most recent than the previous call is available.

See also Samples/Devices/ContactPointsCollect

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!