SDL  2.0
SDL_x11xinput2.h File Reference
+ Include dependency graph for SDL_x11xinput2.h:

Go to the source code of this file.

Typedefs

typedef struct XGenericEventCookie XGenericEventCookie
 

Functions

void X11_InitXinput2 (_THIS)
 
void X11_InitXinput2Multitouch (_THIS)
 
int X11_HandleXinput2Event (SDL_VideoData *videodata, XGenericEventCookie *cookie)
 
int X11_Xinput2IsInitialized (void)
 
int X11_Xinput2IsMultitouchSupported (void)
 
void X11_Xinput2SelectTouch (_THIS, SDL_Window *window)
 

Typedef Documentation

◆ XGenericEventCookie

Definition at line 30 of file SDL_x11xinput2.h.

Function Documentation

◆ X11_HandleXinput2Event()

int X11_HandleXinput2Event ( SDL_VideoData videodata,
XGenericEventCookie cookie 
)

◆ X11_InitXinput2()

void X11_InitXinput2 ( _THIS  )

◆ X11_InitXinput2Multitouch()

void X11_InitXinput2Multitouch ( _THIS  )

◆ X11_Xinput2IsInitialized()

int X11_Xinput2IsInitialized ( void  )

◆ X11_Xinput2IsMultitouchSupported()

int X11_Xinput2IsMultitouchSupported ( void  )

◆ X11_Xinput2SelectTouch()

void X11_Xinput2SelectTouch ( _THIS  ,
SDL_Window window 
)