I'm having an issue with lag when I use the mouse cursor in the save screen. I'm using a modified version of Yanfly's Save Engine as well as Amaranth's Super Simple Mouse System.
There is no issue when I use the keyboard. I can bash up/down as fast as I can, and I do not notice any lag. When I try to mouse quickly between file names, however, the mouse becomes very jerky, and it might skip over several of the files. Despite that, F2 does not report any drop in frame rate.
I believe the issue is that when a new file is selected, the current save file's header is reloaded, and the file preview pane is redrawn. If this is the case, I'm looking for some input on the best way to fix this. My current thought is to just create preview windows for every save file when the scene is loaded and just have the current one be visible. The other option is to load the headers for every file into an array and redraw the preview pane based on that data. Or maybe I'm barking up the wrong tree.
Input or suggestions are greatly appreciated.
P.S. Sorry I'm on my phone, so I can't link directly to the scripts. It shouldn't be too important to see them though since I've explained what I believe the problem to be.