/// Global variable to store mouse position changes
pub static mut GLOBAL_MOUSE_POS: = ;
/// Event called via the web interface to indicate mouse movement
/// Global variable to indicate mouse clicking
pub static mut GLOBAL_LEFT_CLICK: bool = false;
/// Event called via the web interface to indicate mouse clicking