How do i get the screen ID or the current screen

34 Views Asked by At

I need to find the current id of the screen, but there doesn't seem to be a getscreen() command.

e.g.

onEvent(getScreen(),mousemove,function){
   ...
});

I tried to find a getProperty() from an element of the screen it was on but couldn't find anything

0

There are 0 best solutions below