Skip to content

GamepadMapper

Inherits: Control

Properties

Type Name Default
State change_input_state
TabContainerState tabs_state
PackedScene card_button_scene
InputIconManager input_icons
KeyboardContext keyboard_context
InputPlumberMapping current_mapping
CustomLogger logger
TabContainer tab_container
OnScreenKeyboard osk
TextureRect modifying_input_texture
CardIconButton clear_button
TextureRect gamepad_diagram
Container gamepad_input_container
FocusGroup gamepad_focus_group
Container mouse_input_container
FocusGroup mouse_focus_group

Methods

Returns Signature
void populate_gamepad_mappings_for(capabilities: PackedStringArray, gamepad_icons_type: String)
void populate_mouse_mappings_for(caps: PackedStringArray)

Property Descriptions

change_input_state

State change_input_state

Note

There is currently no description for this property. Please help us by contributing one!

tabs_state

TabContainerState tabs_state

Note

There is currently no description for this property. Please help us by contributing one!

card_button_scene

PackedScene card_button_scene

Note

There is currently no description for this property. Please help us by contributing one!

input_icons

InputIconManager input_icons

Note

There is currently no description for this property. Please help us by contributing one!

keyboard_context

KeyboardContext keyboard_context

Note

There is currently no description for this property. Please help us by contributing one!

current_mapping

InputPlumberMapping current_mapping

Note

There is currently no description for this property. Please help us by contributing one!

logger

CustomLogger logger

Note

There is currently no description for this property. Please help us by contributing one!

tab_container

TabContainer tab_container

Note

There is currently no description for this property. Please help us by contributing one!

osk

OnScreenKeyboard osk

Note

There is currently no description for this property. Please help us by contributing one!

modifying_input_texture

TextureRect modifying_input_texture

Note

There is currently no description for this property. Please help us by contributing one!

clear_button

CardIconButton clear_button

Note

There is currently no description for this property. Please help us by contributing one!

gamepad_diagram

TextureRect gamepad_diagram

Note

There is currently no description for this property. Please help us by contributing one!

gamepad_input_container

Container gamepad_input_container

Note

There is currently no description for this property. Please help us by contributing one!

gamepad_focus_group

FocusGroup gamepad_focus_group

Note

There is currently no description for this property. Please help us by contributing one!

mouse_input_container

Container mouse_input_container

Note

There is currently no description for this property. Please help us by contributing one!

mouse_focus_group

FocusGroup mouse_focus_group

Note

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

populate_gamepad_mappings_for()

void populate_gamepad_mappings_for(capabilities: PackedStringArray, gamepad_icons_type: String)

Populates the mappings for the given capabilities

populate_mouse_mappings_for()

void populate_mouse_mappings_for(caps: PackedStringArray)

Populates the mouse mappings for the given capabilities