Bink SDK 1.5v

BinkRestoreCursor

The function BinkRestoreCursor restores the mouse cursor to its original state after a BinkCheckCursor call.

void BinkRestoreCursor(
  S32 check_count
);

In Parameters

check_count
The count value returned from a call to BinkCheckCursor.

Discussion

This function will restore the mouse cursor to its original state after a BinkCheckCursor call. You have to call this function after you unlock the primary surface, or the cursor won't be restored. Check out the BinkIsSoftwareCursor function for an example of how to use this function.


Group: BinkBuffer API
Related Sections: Mouse Cursors
Related Functions: BinkCheckCursor, BinkIsSoftwareCursor
Related Basic Types: S32, void

For technical support, e-mail Bink1@radgametools.com
© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.