← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #821122]: mouse pointer is idle or busy

 

Question #821122 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/821122

Dhilipkumar R gave more information on the question:
Hi I'm back 
I have tried this new code but i nvain yet.
    import java.awt;
    i=1;
    while(i<10):
        i=i+1;
        wait(0.3)
        print(":"+java.awt.Cursor.getDefaultCursor().getName());

it is always printing ":Default Cursor"
Is it possible to get current cursor from java.awt?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.