Home
last modified time | relevance | path

Searched refs:MAX_BUTTONS (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11messagebox.c46 #define MAX_BUTTONS 8 /* Maximum number of buttons supported */ macro
112 SDL_MessageBoxButtonDataX11 buttonpos[ MAX_BUTTONS ];
177 if ( numbuttons > MAX_BUTTONS ) { in X11_MessageBoxInit()
178 return SDL_SetError("Too many buttons (%d max allowed)", MAX_BUTTONS); in X11_MessageBoxInit()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c68 #define MAX_BUTTONS (0xffff - 100) macro
572 if (messageboxdata->numbuttons > MAX_BUTTONS) { in WIN_ShowOldMessageBox()
573 return SDL_SetError("Number of butons exceeds limit of %d", MAX_BUTTONS); in WIN_ShowOldMessageBox()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_mmjoystick.c43 #define MAX_BUTTONS 32 /* and 32 buttons */ macro

Completed in 7 milliseconds