Button icon indicating copy to clipboard operation
Button copied to clipboard

May want to update docs.

Open MonsterTKE opened this issue 13 years ago • 0 comments

I had to dig around in the .cpp file to figure out that a button is initialized via "Button button = Button(3, BUTTON_PULLDOWN)" rather than "Button button = Button(3, PULLDOWN)" as the documentation says.

I hate it when this happens, :( now I have to test every function in the library to make sure that it actually works as it should, due to not being able to trust the documentation.

MonsterTKE avatar Apr 03 '12 06:04 MonsterTKE