slider.c
Upload User: xinjie
Upload Date: 2021-05-30
Package Size: 491k
Code Size: 4k
Category:

BREW

Development Platform:

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