|
Pebble Foundation Classes
0.2.0
C++ for Pebble
|
Data structure containing all the callbacks for a NumberWindow. More...
#include <pebble.h>
Public Attributes | |
| NumberWindowCallback | incremented |
| NumberWindowCallback | decremented |
| NumberWindowCallback | selected |
Data structure containing all the callbacks for a NumberWindow.
| NumberWindowCallback NumberWindowCallbacks::decremented |
Callback that gets called as the value is decremented. Optional, leave NULL if unused.
| NumberWindowCallback NumberWindowCallbacks::incremented |
Callback that gets called as the value is incremented. Optional, leave NULL if unused.
| NumberWindowCallback NumberWindowCallbacks::selected |
Callback that gets called as the value is confirmed, in other words the SELECT button is clicked. Optional, leave NULL if unused.