Jump to content

PixelGetColor of mouse cursor/pointer?


wahoyaho
 Share

Recommended Posts

I can only seem to get the pixel color of what's being rendered, is it possible to get the color of the pointer/cursor itself? So I know when it changes to a different cursor icon.

The cursors are all custom so I can't use MouseGetCursor()

Edited by wahoyaho
Link to comment
Share on other sites

I can only seem to get the pixel color of what's being rendered, is it possible to get the color of the pointer/cursor itself? So I know when it changes to a different cursor icon.

The cursor is always the same isn't it? White.

[center]See the Helpfile[/center]

While Alive()
	 DrinkWine();
}
[center][/center]
Link to comment
Share on other sites

Um I may be misunderstanding the question, but could you just take a screenshot of your cursor and use the window info tool and get the color? Or is this part of something a bit more complicating ><

Excuse me If I misunderstood.

But when something changes do you want a notification? I read something about PixelCheckSum in my go at reading the entire help file. You could set that up to tell you via MsgBox if/when it changes ( if thats what your wanting )

Again, Excuse me if I misunderstood.

Edited by Drew
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...