get_string_from_action_mapping_desc#
- carb.input.get_string_from_action_mapping_desc(*args, **kwargs)#
Overloaded function.
get_string_from_action_mapping_desc(arg0: carb.input.KeyboardInput, arg1: int) -> str
Formats a keyboard action mapping descriptor to string.
get_string_from_action_mapping_desc(arg0: carb.input.MouseInput, arg1: int) -> str
Formats a mouse action mapping descriptor to string.
get_string_from_action_mapping_desc(arg0: carb.input.GamepadInput) -> str
Formats a gamepad action mapping descriptor to string.