flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
294 stars 25 forks source link

Fix missing Step argument to InputNumberDrag #39

Closed idbrii closed 3 years ago

idbrii commented 4 years ago

Step argument was unhandled in InputNumberDrag and unpassed in SlabTest.

Test: changing the value in SlabTest from 0.01 to 1 has a clear effect on the input control.