Table of Contents

Class InputEventFromWindow

Abstract base class for Viewport-based input events.

Inheritance
InputEventFromWindow
Derived

Remarks

InputEventFromWindow represents events specifically received by windows. This includes mouse events, keyboard events in focused windows or touch screen actions.

Properties

window_id

The ID of a Window that received this event.

var window_id : int = 0

Property Value

int

Remarks

  • void set_window_id(int value)
  • int get_window_id