Fork me on GitHub

InputManager.

CreateInputObject<T>(bool, string) Method

Summary

Returns the type of input requested or raises Exception
Namespace
SharpInputSystem
Containing Type
InputManager

Syntax

public T CreateInputObject<T>(bool bufferMode, string vendor) where T : InputObject

Type Parameters

Name Description
T

Parameters

Name Type Description
bufferMode bool
vendor string

Return Value

Type Description
T