22 #ifndef ZVISION_SCROLLER_H 23 #define ZVISION_SCROLLER_H 25 #include "common/rect.h" 26 #include "zvision/zvision.h" 40 LinearScroller(
const int16 activePos,
const int16 idlePos,
const int16 period = 500);
43 bool update(uint32 deltatime);
54 const int16 _activePos;
56 const int16 _deltaPos;
72 bool update(uint32 deltatime);
Definition: focus_list.h:27