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