Ok. I googled for "Actionaz" and saw that this is a special tool written with c++ and functionally updated with javascript.
I google for mouse events for actionaz and found this:
Code:
var mouse = new Mouse();
var position = mouse.position();
var posString = position.x() + ":" + position.y();