# SDL_MOUSE_TOUCHID

The [SDL_TouchID](SDL_TouchID) for touch events simulated with mouse input.

## Header File

Defined in [<SDL3/SDL_touch.h>](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_touch.h)

## Syntax

```c
#define SDL_MOUSE_TOUCHID ((SDL_TouchID)-1)
```

## Version

This macro is available since SDL 3.2.0.

----
[CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro), [CategoryTouch](CategoryTouch)