Interface

by Forum_account
Provides a better way to interact with interface controls than the built-in winset/winget procs.
ID:838655
 
I felt like using this one day to make things look nicer.

I've linked a bar with a stat, and the bar updates whenever the stat is changed. However, the stat may be changed continuously (at least once per tick for a certain amount of time).

The problem I'm having is that it's somehow interfering with keyboard responsiveness. That is, moving around takes a split-second after keys are pressed when a bar is updating. This doesn't happen when I just use winset(). What could possibly be slowing things down so much?
I don't know. I haven't looked at the library in a while but for updating properties it's basically a direct call to winset(). Can you send me a simple demo that has this problem?