Tscope5
Main Page
Related Pages
Files
Examples
system1.c
Log level and status
#include <tscope5.h>
int
main()
{
ts5_set_log_level
(TS5_LOGLEVEL_5);
ts5_install_display
();
ts5_print_status
();
double
x =
ts5_relative_to_absolute_coordinate_x
(0.9);
double
y =
ts5_relative_to_absolute_coordinate_y
(-0.8);
ts5_draw_mouse_button
(x, y);
return
0;
}