InputEventWithModifiers

Inherits: InputEvent < Resource < Reference < Object

Inherited By: InputEventKey, InputEventMouse, InputEventGesture

Category: Core

Brief Description

Base class for keys events with modifiers.

Member Variables

  • bool alt - State of the Alt modifier.
  • bool command - State of the Command modifier.
  • bool control - State of the Ctrl modifier.
  • bool meta - State of the Meta modifier.
  • bool shift - State of the Shift modifier.

Description

Contains keys events information with modifiers support like SHIFT or ALT. See Node._input.