Hi.
I'm struggling with one task and after many tries I can't find solution to it. I'm trying to show many screens (doesn't matter if on other large screen or using label for that) that will track current position of mouse and relate to that (eg. change positions), while still maintaining possibility to have buttons inside used. Is something like that even possible to do with Renpy?
I tried to refresh mouse coordinates and screen positions in label (call screen in while loop), but it just swallow all input, so other screens are unusable.
I tried to add to one main screen empty displayable that checks mouse coordinates and repositions all screens (had to use restart_interaction for that), but it also behaves strangely with buttons.
There's no problem to do that with displayables, but I would need to create whole UI (with buttons and such) from scratch like that.
I'm struggling with one task and after many tries I can't find solution to it. I'm trying to show many screens (doesn't matter if on other large screen or using label for that) that will track current position of mouse and relate to that (eg. change positions), while still maintaining possibility to have buttons inside used. Is something like that even possible to do with Renpy?
I tried to refresh mouse coordinates and screen positions in label (call screen in while loop), but it just swallow all input, so other screens are unusable.
I tried to add to one main screen empty displayable that checks mouse coordinates and repositions all screens (had to use restart_interaction for that), but it also behaves strangely with buttons.
There's no problem to do that with displayables, but I would need to create whole UI (with buttons and such) from scratch like that.