It is currently April 19th, 2024, 2:47 pm

Show on mouse move.

Get help with creating, editing & fixing problems with skins
TimmyP
Posts: 5
Joined: May 21st, 2017, 12:16 am

Show on mouse move.

Post by TimmyP »

Is this possible? Like it acts like an activated heads up display and ALL skins go from a set transparency level to visible at once, when the mouse moves (returns from idle). Any ways to achieve this?
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5394
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Show on mouse move.

Post by eclectic-tech »

TimmyP wrote:Is this possible? Like it acts like an activated heads up display and ALL skins go from a set transparency level to visible at once, when the mouse moves (returns from idle). Any ways to achieve this?
The SysInfo Idle_Time plugin monitors mouse movement/clicks and keyboard input; returns the number of seconds since the last input.

It should be fairly simple to control meters transparency with bangs based on the value returned by this plugin; it resets to zero when the mouse is moved.

If you need more info, simply ask...