slider.c
上传用户:xinjie
上传日期:2021-05-30
资源大小:491k
文件大小:4k
- /*
- ===========================================================================
-
- FILE: slider.c
-
- SERVICES:
- Slider!
-
- 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.
- ===========================================================================
- ===========================================================================
-
- Copyright