#include <Fl_Window_CameraTracker.h>
Collaboration diagram for Fl_Window_CameraTracker:
Public Member Functions | |
| Fl_Window_CameraTracker (int w, int h) | |
| void | ActivateCamera (bool status=true) |
| void | Iterate () |
| Outlet< Point2 > & | Out () |
| Fl_Window_CameraTracker | ( | int | w, | |
| int | h | |||
| ) | [inline] |
Defalut Constructor. Initializes the underlying window.
| void ActivateCamera | ( | bool | status = true |
) |
Activates (or deactivates) mouse data faking (synthetic data).
| [in] | fake_callback | function that is called to fake mouse input (collect syntetic data)
|
| [in] | arg | argument supplied to the callback function |
1.5.1-p1