table of contents
other versions
SDL_MAX_SINT16(3) | SDL3 FUNCTIONS | SDL_MAX_SINT16(3) |
NAME¶
SDL_MAX_SINT16 - A signed 16-bit integer type.
HEADER FILE¶
Defined in SDL3/SDL_stdinc.h
SYNOPSIS¶
#include "SDL3/SDL.h"
#define SDL_MAX_SINT16 ((Sint16)0x7FFF) /* 32767 */
AVAILABILITY¶
This macro is available since SDL 3.0.0.
SDL 3.1.2 | Simple Directmedia Layer |