Doubl3K / 3DPort

My new Portfolio Site. Now in 3D
0 stars 0 forks source link

Make eager value change Listener #41

Closed Doubl3K closed 3 months ago

Doubl3K commented 3 months ago

For the numbers next to my settings slider (movement speed and mouse sensitivity) I want the values to update while the Sliders are being used. Probably something like: -mouse move listener in mouse down listener...

Doubl3K commented 3 months ago

So the whole eager value change listener was something that was in the back of my mind from working with vaadin. In pure js you just add an input listener instead of a change listener and the event gets fired everytime the input is changed.