Rotating Wheel Control

授权协议 BSD
开发语言 Objective-C
所属分类 iOS代码库、 选择器(Picker)
软件类型 开源软件
地区 不详
投 递 者 裴兴言
操作系统 iOS
开源组织
适用人群 未知
 软件概览

实现转盘选择器。用户可以用手指旋转圆盘,从而进行选择。 [Code4App.com]

  • 2009-08-12 17:35 自己看看吧,这是最原始的函数说明。 The WM_MOUSEWHEEL message is sent to the focus window when the mouse wheel is rotated. The DefWindowProc function propagates the message to the window's parent. Ther