GBMouseInputStatus

Holds the last mouse input...

sort Weight: 10

Holds the last mouse input gate/projection snapshot for grid-based input systems Provides typed properties and a convenience serializer to Dictionary

Version: v5.0.0

STABLE

Inherits: RefCounted
Source: gb_mouse_input_status.gd
Parsing: AST-based for maximum accuracy with symbol typing


Variables

allowed:


world:


method:


method_name:


screen:


Methods

_init

Signature: _init() -> void

Returns: void


set_from_values

Signature: set_from_values(p_allowed: bool, p_world: Vector2, p_method: int, p_method_name: String, p_screen: Vector2) -> void

defaults set above

Returns: void

Parameters:

  • p_allowed: bool
  • p_world: Vector2
  • p_method: int
  • p_method_name: String
  • p_screen: Vector2

to_dict

Signature: to_dict() -> Dictionary

Returns: Dictionary