ControllerMapGetButtonMapsWithAction Method |
Name | Description | |
---|---|---|
GetButtonMapsWithAction(Int32) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetButtonMapsWithAction(Int32, ListActionElementMap) instead.
| |
GetButtonMapsWithAction(String) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetButtonMapsWithAction(String, ListActionElementMap) instead.
| |
GetButtonMapsWithAction(Int32, Boolean) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetButtonMapsWithAction(Int32, Boolean, ListActionElementMap) instead.
| |
GetButtonMapsWithAction(Int32, ListActionElementMap) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
| |
GetButtonMapsWithAction(String, Boolean) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
Warning: Calling this allocates memory.
Use GetButtonMapsWithAction(String, Boolean, ListActionElementMap) instead.
| |
GetButtonMapsWithAction(String, ListActionElementMap) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
| |
GetButtonMapsWithAction(Int32, Boolean, ListActionElementMap) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
| |
GetButtonMapsWithAction(String, Boolean, ListActionElementMap) |
Gets all Button ActionElementMaps in this controller map that contain a specific Action.
|