VirtualInput

a virtual input composed of input node units

Constructors

this
this()

create and register a virtual input

Members

Classes

Node
class Node

monitors a single unit for input

Functions

unregister
void unregister()

unregister from virtual input updates

update
void update()

updates all nodes

Variables

nodes
Node[] nodes;

the input node units

Meta