Normally, i would refer to the library for this, but I am currently on a network which will not allow me to access the pager, and therefore open the library.
How would I go about returning the exact location of the mouse (by pixel) as MouseEntered() is called?
Edit - Ok, i'm getting the screen_loc as one variable using params2list(), how would I separate the individual values, so instead of coordinates=="23:28,12:14", I'd like to get:
ix=23
px=28
iy=12
py=14
Anyone mind helping me out?
ID:155044
Oct 3 2011, 8:20 am (Edited on Oct 3 2011, 12:36 pm)
|
|
In response to Ocean King
|
|
Ok, i'm getting the screen_loc as one variable using params2list(), how would I separate the individual values, so instead of coordinates=="23:28,12:14", I'd like to get:
ix=23 px=28 iy=12 py=14 Anyone mind helping me out? |
In response to Ocean King
|
|
Still need help with this, guys...
|
In response to Kaamos
|
|
proc i made this for u |
In response to Towers
|
|
Thanks - It was the split command I needed - I'd been trying to find something like that.
|
Well get the params and pass it to a list. and get the screen-loc.