DRAFT

This page needs to be deleted. It is no longer in the header.

SDL_SelectKeyboard

Use this function to set the index of the currently selected keyboard.

Syntax

int SDL_SelectKeyboard(int index)

Function Parameters

index

the index of the specified keyboard

Return Value

Returns the index of the previously selected keyboard, 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 query the currently selected keyboard by passing an index of -1.


CategoryAPI, CategoryKeyboard

SDL_SelectKeyboard (last edited 2010-08-13 02:58:28 by SheenaSmith)