I'm considering using AutoIt in place of Java's Robot class due to Java's inability to easily (i.e. without using JNA) and quickly grab the cursor's icon. For a bot I'm working on, being able to analyze the pixels in the cursor's icon (a non-default icon) would be a tremendous improvement. I saw this post, but I do not wish to save the image and I wasn't sure how to make it just fetch the image in a way where I could analyze the cursor.
Java's getPixelColor is similar to AutoIt's PixelGetColor, but I was wondering if anyone knew if it also ignores the mouse' existence and if there is a way to make the mouse visible to said function.
Java's getPixelColor is similar to AutoIt's PixelGetColor, but I was wondering if anyone knew if it also ignores the mouse' existence and if there is a way to make the mouse visible to said function.