SDL  2.0
SDL_cocoakeyboard.h File Reference
+ Include dependency graph for SDL_cocoakeyboard.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void Cocoa_InitKeyboard (_THIS)
 
void Cocoa_HandleKeyEvent (_THIS, NSEvent *event)
 
void Cocoa_QuitKeyboard (_THIS)
 
void Cocoa_StartTextInput (_THIS)
 
void Cocoa_StopTextInput (_THIS)
 
void Cocoa_SetTextInputRect (_THIS, SDL_Rect *rect)
 

Function Documentation

◆ Cocoa_HandleKeyEvent()

void Cocoa_HandleKeyEvent ( _THIS  ,
NSEvent *  event 
)

◆ Cocoa_InitKeyboard()

void Cocoa_InitKeyboard ( _THIS  )

◆ Cocoa_QuitKeyboard()

void Cocoa_QuitKeyboard ( _THIS  )

◆ Cocoa_SetTextInputRect()

void Cocoa_SetTextInputRect ( _THIS  ,
SDL_Rect rect 
)

◆ Cocoa_StartTextInput()

void Cocoa_StartTextInput ( _THIS  )

◆ Cocoa_StopTextInput()

void Cocoa_StopTextInput ( _THIS  )