2020-03-30 18:22:57 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-07-06 10:08:05 +02:00
<class name= "InputEventFromWindow" inherits= "InputEvent" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2020-03-30 18:22:57 +02:00
<brief_description >
2023-04-28 01:35:33 +02:00
Abstract base class for [Viewport]-based input events.
2020-03-30 18:22:57 +02:00
</brief_description>
<description >
2023-02-28 15:06:21 +01:00
InputEventFromWindow represents events specifically received by windows. This includes mouse events, keyboard events in focused windows or touch screen actions.
2020-03-30 18:22:57 +02:00
</description>
<tutorials >
</tutorials>
<members >
<member name= "window_id" type= "int" setter= "set_window_id" getter= "get_window_id" default= "0" >
2023-02-28 15:06:21 +01:00
The ID of a [Window] that received this event.
2020-03-30 18:22:57 +02:00
</member>
</members>
</class>