Fork me on GitHub

InputManager.

CreateInputSystem(object) Method

Summary

Creates appropriate input system dependent on platform.
Namespace
SharpInputSystem
Containing Type
InputManager

Syntax

public static InputManager CreateInputSystem(object windowHandle)

Parameters

Name Type Description
windowHandle object Contains OS specific window handle (such as HWND or X11 Window)

Return Value

Type Description
InputManager A reference to the created manager, or raises an Exception