22 #ifndef TINSEL_SCROLL_H // prevent multiple includes 23 #define TINSEL_SCROLL_H 27 #define MAX_HNOSCROLL 10 28 #define MAX_VNOSCROLL 10 40 unsigned NumNoV, NumNoH;
55 void DontScrollCursor();
56 void DoScrollCursor();
58 void SetNoScroll(
int x1,
int y1,
int x2,
int y2);
61 void ScrollFocus(
int actor);
63 void ScrollTo(
int x,
int y,
int xIter,
int yIter);
70 void SetScrollParameters(
int xTrigger,
int xDistance,
int xSpeed,
int yTriggerTop,
71 int yTriggerBottom,
int yDistance,
int ySpeed);
78 void InitScroll(
int width,
int height);
81 void NeedScroll(
int direction);
82 void RestoreScrollDefaults();
84 int _leftScroll, _downScroll;
99 int _scrollPixelsX, _scrollPixelsY;
#define CORO_PARAM
Definition: coroutines.h:107