NewtonGetPostUpdateCallback

From Newton Wiki
Revision as of 05:16, 18 June 2019 by WikiSysop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NewtonGetPostUpdateCallback

NewtonPostUpdateCallback NewtonGetPostUpdateCallback(const NewtonWorld* const newtonWorld)

Usage

Gets the post-update callback to call once NewtonUpdate procedure finishes.

Parameters

  • const NewtonWorld* const newtonWorld

Return

  • NewtonPostUpdateCallback procedure pointer

Remarks

See also

NewtonSetPostUpdateCallback