CardInputIconButton
Inherits: PanelContainer
Properties
| Type | Name | Default |
|---|---|---|
| bool | disabled | false |
| bool | click_focuses | true |
| CustomLogger | logger | |
| InputIcon | input_icon | |
| TextureRect | highlight |
Methods
| Returns | Signature |
|---|---|
| void | set_target_device_icon_mapping(mapping_name: String) |
| int | set_target_icon(capability: String) |
Property Descriptions
disabled
bool disabled = false
Note
There is currently no description for this property. Please help us by contributing one!
click_focuses
bool click_focuses = true
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!
input_icon
InputIcon input_icon
Note
There is currently no description for this property. Please help us by contributing one!
highlight
TextureRect highlight
Note
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
set_target_device_icon_mapping()
void set_target_device_icon_mapping(mapping_name: String)
Set the target input icon's icon mapping
set_target_icon()
int set_target_icon(capability: String)
Configures the button for the given mappable event. If a path cannot be found, this will return an error.