class_input - dragonsoulz/godot GitHub Wiki

Input

####Inherits: Object ####Category: Core

Brief Description

Member Functions

Signals

  • joy_connection_changed ( int index, bool connected )

Numeric Constants

  • MOUSE_MODE_VISIBLE = 0
  • MOUSE_MODE_HIDDEN = 1
  • MOUSE_MODE_CAPTURED = 2

Member Function Description

get_mouse_pos

Return the global, unscaled, screen pointer coordinates. If the 2D viewport has been scaled, it may not work well with Camera or controls.