It is currently April 27th, 2024, 7:39 pm

Click position variables

Report bugs with the Rainmeter application and suggest features.
Unight
Posts: 19
Joined: November 20th, 2012, 5:12 am

Click position variables

Post by Unight »

Some people making the skin similar to the scroll bar, but the experience is not very good, for example, some of the volume control bar skin, they must build a large number of the meter to achieve click control, of course we have wheel movement now, but I think the click effect can be improved, So there is a built-in variables will return the current mouse focus position in the current location of the skin,it can be #CurrentMouseX#, #CurrentMouseY#.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Click position variables

Post by poiru »

We've discussed about this feature and it would definitely be useful. I think variables should be provided for:
  • X and Y position of click relative to the meter.
  • X and Y position of click relative to the meter as a percentual value from 1 - 100 (with 1 being left or top and 100 being right or bottom).
Unight
Posts: 19
Joined: November 20th, 2012, 5:12 am

Re: Click position variables

Post by Unight »

poiru wrote:We've discussed about this feature and it would definitely be useful. I think variables should be provided for:
  • X and Y position of click relative to the meter.
  • X and Y position of click relative to the meter as a percentual value from 1 - 100 (with 1 being left or top and 100 being right or bottom).
thanks for your quick reply,that's what i want . I'm waiting for it.