<div class='sourceset sourceset-common'>Common</div>

```kotlin
expect val WindowInsets.Companion.systemGestures: WindowInsets
```

The [systemGestures](/jetpack-compose/androidx.compose.foundation/foundation-layout/properties/systemGestures) insets represent the area of a window where system gestures have priority
and may consume some or all touch input, e.g. due to the system bar occupying it, or it being
reserved for touch-only gestures.

<div class='sourceset sourceset-android'>Android</div>

```kotlin
actual val WindowInsets.Companion.systemGestures: WindowInsets
```

For the [WindowInsetsCompat.Type.systemGestures](/jetpack-compose/androidx.compose.foundation/foundation-layout/properties/systemGestures).