- Dispatcher - Class in junctionbox.android
-
The Dispatcher takes touch input and dispatches the basic touch data to Junctions to enables interactions.
- Dispatcher(float, float) - Constructor for class junctionbox.android.Dispatcher
-
Constructs a new Dispatcher with a box width and height that will be passed to Junctions.
- Dispatcher(float, float, String, int) - Constructor for class junctionbox.android.Dispatcher
-
Constructs a new Dispatcher with a box width and height and a target address and port that will be passed to Junctions.
- Dispatcher - Class in junctionbox
-
The Dispatcher takes touch input and dispatches the basic touch data to Junctions to enables interactions.
- Dispatcher(float, float) - Constructor for class junctionbox.Dispatcher
-
Constructs a new Dispatcher with a box width and height that will be passed to Junctions.
- Dispatcher(float, float, String, int) - Constructor for class junctionbox.Dispatcher
-
Constructs a new Dispatcher with a box width and height and a target address and port that will be passed to Junctions.