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

BREW编程

开发平台:

Visual C++

  1. /*
  2.   ===========================================================================
  3.   
  4.   FILE: slider.c
  5.    
  6.   SERVICES:  
  7.     Slider!
  8.    
  9.   DESCRIPTION: 
  10.    A "Slider" is an object that changes a signed short from one value
  11.     to another (half the distance between them each step) over some
  12.     amount of time, while calling an update function for each change.
  13.   ===========================================================================
  14.   ===========================================================================
  15.     
  16.                Copyright