エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
AS3.0 MouseWheel on Mac OS X « pixelbreaker
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
AS3.0 MouseWheel on Mac OS X « pixelbreaker
I’ve finally found the time to port my SWFObject add-on SWFMacMouseWheel (catchy I know) to Actio... I’ve finally found the time to port my SWFObject add-on SWFMacMouseWheel (catchy I know) to ActionScript 3.0 and SWFObject 2.0 There’s now two examples in the zip, one for use with SWFObject 1.5, and a totally re-written version for use with SWFObject 2.0 (formerly SWFFix) All you have to do in your main application class (or document class) is 1 2 3 import com.pixelbreaker.ui.osx.MacMouseWheel; M