Arduboy2/src
Scott Allen 98f03773b2 Make state variables used by pollButtons() public
The variables currentButtonState and previousButtonState used by
pollButtons(), justPressed() and justReleased() have been made public.
This allows them to be manipulated if circumstances require it.

The documentation added for previousButtonState includes an example.
2020-09-29 09:44:40 -04:00
..
Arduboy2.cpp Make state variables used by pollButtons() public 2020-09-29 09:44:40 -04:00
Arduboy2.h Make state variables used by pollButtons() public 2020-09-29 09:44:40 -04:00
Arduboy2Audio.cpp Change non-API EEPROM defines to constexpr 2020-07-24 17:15:37 -04:00
Arduboy2Audio.h Make all possible functions and variables static 2020-09-29 09:44:40 -04:00
Arduboy2Beep.cpp Add Beep classes for playing simple tones 2018-03-11 05:40:44 -04:00
Arduboy2Beep.h Explicitly specify the type in doxygen code blocks 2018-03-11 05:40:44 -04:00
Arduboy2Core.cpp Make all possible functions and variables static 2020-09-29 09:44:40 -04:00
Arduboy2Core.h Make all possible functions and variables static 2020-09-29 09:44:40 -04:00
Arduboy2Data.cpp Add array lengths to comments for boot logos 2020-08-23 15:23:01 -04:00
Sprites.cpp Fix portability issues in the Sprites classes 2020-07-25 18:38:05 -04:00
Sprites.h Add additional information to drawExternalMask 2019-07-13 10:33:29 +01:00
SpritesB.cpp Fix portability issues in the Sprites classes 2020-07-25 18:38:05 -04:00
SpritesB.h Add SpritesB class as alternative to Sprites 2018-03-22 08:11:24 -04:00
SpritesCommon.h Refactor API code. Clarify and enhance user docs. 2020-07-24 17:15:13 -04:00