slider.h
上传用户:xinjie
上传日期:2021-05-30
资源大小:491k
文件大小:5k
源码类别:

BREW编程

开发平台:

Visual C++

  1. #ifndef SLIDER_H
  2. #define SLIDER_H
  3. /*
  4.   ===========================================================================
  5.   FILE:  slider.h
  6.   
  7.   SERVICES:  
  8.     Slider
  9.   
  10.   GENERAL DESCRIPTION:
  11.    A "Slider" is an object that changes a signed short from one value
  12.     to another (half the distance between them each step) over some
  13.     amount of time, while calling an update function for each change.
  14.   
  15.   REVISION HISTORY: 
  16.     Thu Dec 12 11:21:50 2002: Created
  17.   ===========================================================================
  18.   ===========================================================================
  19.     
  20.                Copyright