hi,
I have client/server-like acommunication between UI and plugin.
UI sends direct calls to the plugin while the plugin sends async messages to the UI.
It works well, but If I drag a slider then I have some position jittering because of the returned value and the sliders mouse position.
what would be the good solution to this?
- have a flag that forbid the slider value from being set while it’s being dragged?
- ???
any suggestion?