Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-03-31 16:23:34
Size: 721
Editor: SheenaSmith
Comment: create page - 3/29 e427bb6266a4 (3/25 6bd701987ba9)
Revision 2 as of 2011-03-31 18:25:13
Size: 741
Editor: SheenaSmith
Comment: update content - possible RV? RF?
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
Returns the counter value on success, ,,or a negative error code on failure; call [[SDL_GetError]]() for more information,,. Returns the counter value on success, or ^a default value^ on failure,,; call [[SDL_GetError]]() for more information,,.
Line 28: Line 28:
 .[[SDL_GetTicks]] ???

DRAFT

SDL_GetPerformanceCounter

Use this function to get the current value of the high resolution counter.

Syntax

Uint64 SDL_GetPerformanceCounter(void)

Return Value

Returns the counter value on success, or a default value on failure; call [[SDL_GetError]]() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryTimer

None: SDL_GetPerformanceCounter (last edited 2011-04-06 18:04:47 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit