Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WindowSoftInputMode

Mirrors the WindowSoftInputMode enum.
Read time 1 minuteLast updated 10 days ago

Definition

public enum WindowSoftInputMode

Remarks

For more information about the attribute, see Android's documentation: WindowSoftInputMode attribute

Fields

Value

Description

AdjustPanMirrors
android:windowSoftInputMode="adjustPan"
.
AdjustResizeMirrors
android:windowSoftInputMode="adjustResize"
.
AdjustUnspecifiedMirrors
android:windowSoftInputMode="adjustUnspecified"
.
NullAttribute is not set and will not appear in the element.
StateAlwaysHiddenMirrors
android:windowSoftInputMode="stateAlwaysHidden"
.
StateAlwaysVisibleMirrors
android:windowSoftInputMode="stateAlwaysVisible"
.
StateHiddenMirrors
android:windowSoftInputMode="stateHidden"
.
StateUnchangedMirrors
android:windowSoftInputMode="stateUnchanged"
.
StateUnspecifiedMirrors
android:windowSoftInputMode="stateUnspecified"
.
StateVisibleMirrors
android:windowSoftInputMode="stateVisible"
.