Click or drag to resize

ControllerHelperGetLastActiveController Method

Overload List
  NameDescription
Public methodGetLastActiveController
Get the last controller that produced input. If there is no last active controller, the Keyboard will be returned.
Public methodGetLastActiveControllerT
Get the last controller that produced input. If there is no last active controller of the specified type, the return value will be null.
Public methodGetLastActiveController(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.
Top
See Also