ControllerHelperGetLastActiveController Method |
Name | Description | |
---|---|---|
GetLastActiveController |
Get the last controller that produced input.
If there is no last active controller, the Keyboard will be returned.
| |
GetLastActiveControllerT |
Get the last controller that produced input.
If there is no last active controller of the specified type, the return value will be null.
| |
GetLastActiveController(ControllerType) |
Get the last controller that produced input.
If there is no last active controller of the specified type, the return value will be null.
|