Page 1 of 1

VFX mouse click-thru Toggle with Keybind

PostPosted: Tue Nov 08, 2016 6:51 am
by yandereyandere
Is it possible to setup a Keybind that toggles the Click-thru on a specific Viewer?

For this example I want two viewers and want to be able to click the keybind to stop it from moving the mouse then when I click the area again re-enable that Click-thru.

Only way I can see is to Destroy the Viewer with Pass-thru and create one with it disabled along with a Toggled Clickbar that upon clicking destroys the no Pass-thru and Clickbar and recreates the Pass-thru. but I feel like that might result in a brief bit of lag so would like to hear someone more experienced.

I suppose another method would be to just create some repeater Regions that'll emulate the click-thru...come to think of it that might be the better option if that works like I think it would.

Re: VFX mouse click-thru Toggle with Keybind

PostPosted: Tue Nov 08, 2016 7:29 am
by lax
Don't destroy it first, just do a create. It should update seamlessly

Re: VFX mouse click-thru Toggle with Keybind

PostPosted: Tue Nov 08, 2016 8:00 am
by yandereyandere
Neat. thanks for that.