Jump to content

Recommended Posts

Posted (edited)

MouseGetCursor ( )
Returns a cursor ID Number:
    0 = UNKNOWN (this includes pointing and grabbing hand icons)
    1 = APPSTARTING
    2 = ARROW
    3 = CROSS
    4 = HELP
    5 = IBEAM
    6 = ICON
    7 = NO
    8 = SIZE
    9 = SIZEALL
  10 = SIZENESW
  11 = SIZENS
  12 = SIZENWSE
  13 = SIZEWE
  14 = UPARROW
  15 = WAIT

this var all is known :P and here my problem starts: 0 = UNKNOWN

i want to read what kind of cursoricon(ci) is on screen(mouse)

i cannot use pixelgetcolor(Mouse(x+3),Mouse(y+3)) to get mouse colors.

how can i get colors / icon checksum or any way to uniqe identify a custom cursor in a program ?

can i read out current cursor ?

Edited by Wurschtbrot

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
  • Recently Browsing   0 members

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