Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UITouchPhaseBeganとがありますがUITouchPhaseEnd、何UITouchPhaseですか?
UITouchPhaseBegan
UITouchPhaseEnd
UITouchPhase
これは、定数の typedef 列挙型です。UITouch クラス リファレンスを参照してください。
タッチフェーズ
指タッチのフェーズ。
typedef enum { UITouchPhaseBegan, UITouchPhaseMoved, UITouchPhaseStationary, UITouchPhaseEnded, UITouchPhaseCancelled, } UITouchPhase;