DRAFT

SDL_GetNumKeyboards

Use this function to get the number of keyboard input devices available.

Syntax

int SDL_GetNumKeyboards(void)

Return Value

Returns the number of keyboard input devices on success or a negative error code 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, CategoryKeyboard

SDL_GetNumKeyboards (last edited 2010-09-23 22:09:29 by SheenaSmith)

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