Delegate OpenXRHelper.xrGetInputSourceLocalizedNameDelegate
The function delegate declaration of xrGetInputSourceLocalizedName.
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrResult OpenXRHelper.xrGetInputSourceLocalizedNameDelegate(XrSession session, ref XrInputSourceLocalizedNameGetInfo getInfo, uint bufferCapacityInput, ref uint bufferCountOutput, char[] buffer)
Parameters
Type | Name | Description |
---|---|---|
XrSession | session | A handle to the XrSession associated with the action that reported this bound source. |
XrInputSourceLocalizedNameGetInfo | getInfo | An XrInputSourceLocalizedNameGetInfo providing the query information. |
uint | bufferCapacityInput | The capacity of the buffer, or 0 to indicate a request to retrieve the required capacity. |
uint | bufferCountOutput | A pointer to the count of name characters written to buffer (including the terminating \0), or a pointer to the required capacity in the case that bufferCapacityInput is insufficient. |
char[] | buffer | A pointer to an application-allocated buffer that will be filled with the bound source name. It can be NULL if bufferCapacityInput is 0. |
Returns
Type | Description |
---|---|
XrResult | XR_SUCCESS for success. |