slider.h
上传用户:xinjie
上传日期:2021-05-30
资源大小:491k
文件大小:5k
- #ifndef SLIDER_H
- #define SLIDER_H
- /*
- ===========================================================================
- FILE: slider.h
-
- SERVICES:
- Slider
-
- GENERAL DESCRIPTION:
- A "Slider" is an object that changes a signed short from one value
- to another (half the distance between them each step) over some
- amount of time, while calling an update function for each change.
-
- REVISION HISTORY:
- Thu Dec 12 11:21:50 2002: Created
- ===========================================================================
- ===========================================================================
-
- Copyright