Click or drag to resize

UnifiedKeyboard Methods

The CustomInputSourceUnifiedKeyboard type exposes the following members.

Methods
 NameDescription
Public methodAddExtension Adds a Controller Extension. This can only be called during construction.
(Inherited from CustomInputSourceController)
Public methodClear
(Inherited from CustomInputSourceController)
Public methodConnect Connect the controller.
(Inherited from CustomInputSourceController)
Public methodDisconnect Disconnect the controller.
(Inherited from CustomInputSourceController)
Public methodGetAxisValue
(Inherited from CustomInputSourceController)
Public methodGetButtonFloatValue
(Inherited from CustomInputSourceController)
Public methodGetButtonValue
(Inherited from CustomInputSourceController)
Public methodGetComponentT
(Inherited from CustomInputSourceController)
Public methodGetComponentsT
(Inherited from CustomInputSourceController)
Public methodGetElementTElement
(Inherited from CustomInputSourceController)
Public methodGetElementById(Int32)
(Inherited from CustomInputSourceController)
Public methodGetElementCountTElement
(Inherited from CustomInputSourceController)
Public methodGetElementsTElement
(Inherited from CustomInputSourceController)
Public methodSetAxisValue
(Inherited from CustomInputSourceController)
Public methodSetButtonFloatValue
(Inherited from CustomInputSourceController)
Public methodSetButtonValue
(Inherited from CustomInputSourceController)
Public methodUpdate Update function. Called when input should be updated.
(Inherited from CustomInputSourceController)
Top
See Also