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