Fork me on GitHub

InputObjectFactory.

VendorExists<T>(string) Method

Summary

Does a Type exist with the given vendor name
Namespace
SharpInputSystem
Containing Type
InputObjectFactory

Syntax

bool VendorExists<T>(string vendor) where T : InputObject

Type Parameters

Name Description
T Type to check

Parameters

Name Type Description
vendor string Vendor name to test

Return Value

Type Description
bool