Sack Library Documentation
|
MATHLIB_EXPORT void AddTransformCallback(PTRANSFORM pt, MotionCallback callback, PTRSZVAL psv);
Parameters |
Description |
PTRANSFORM pt |
PTRANSFORM transform matrix to hook to |
MotionCallback callback |
user callback routine |
PTRSZVAL psv |
pointer size value data to be passed to user callback routine. |
When Move is called on the transform, these callbacks are invoked so user code can get even update for motion.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|