Table of Contents

Enum Control.FocusModeEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum Control.FocusModeEnum : long

Fields

All = 2

The node can grab focus on mouse click, using the arrows and the Tab keys on the keyboard, or using the D-pad buttons on a gamepad. Use with FocusMode.

Click = 1

The node can only grab focus on mouse clicks. Use with FocusMode.

None = 0

The node cannot grab focus. Use with FocusMode.