get_input_device


Description:

public Input get_input_device (string name) throws DeviceError

Gets the specified Input device.

Parameters:

name

The name of the input device. See Input.name.

Returns:

A the input device object.

Exceptions:

DeviceError.NOT_FOUND

if a device with the specified name was not found.