All the Design tools i have right now are: -buttons -checkboxes -dropdowns -sliders -switches adding: -textboxes
@-Rex- for PTE Lite My inspiration: chooper100 Material Design API things My notes: -The button were fairly easy all you had to do was keep your mouse clicked on them -The checkboxes were hard because, my original one it didn't know when to stop changing the checkbox if the mouse was down. I improved it by checking if the mouse was still down. -The dropdowns were crazy hard to make with checking where the mouse was, drawing the things, and then changing the text to the selected item -The sliders were pretty easy, but it was hard to put in a new value when you changed the postion of the dot