Spin Gadget Advanced: Step Size Option

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Spin Gadget Advanced: Step Size Option

Post by IdeasVacuum »

Result = SpinGadget(#Gadget, x, y, Width, Height, Minimum, Maximum, Step [, Flags])

Code: Select all

dResult.d = SpinGadget(#FineSpin, 10, 10, 200, 30, 1, 100, 0.5, #PB_Spin_Numeric)
IdeasVacuum
If it sounds simple, you have not grasped the complexity.