Reactガイドを読んでいくその198

これは

Reactのガイドを読んでいく記事です。

ガイドのリンク

ja.reactjs.org

合成イベント (SyntheticEvent)

リファレンス

選択イベント

イベント名:onSelect

タッチイベント

イベント名:onTouchCancel onTouchEnd onTouchMove onTouchStart
プロパティ:

boolean altKey
DOMTouchList changedTouches
boolean ctrlKey
boolean getModifierState(key)
boolean metaKey
boolean shiftKey
DOMTouchList targetTouches
DOMTouchList touches
ポインタイベント

イベント名:

onPointerDown onPointerMove onPointerUp onPointerCancel onGotPointerCapture
onLostPointerCapture onPointerEnter onPointerLeave onPointerOver onPointerOut

プロパティ:

number pointerId
number width
number height
number pressure
number tangentialPressure
number tiltX
number tiltY
number twist
string pointerType
boolean isPrimary

明日でこの感じは終わりに出来そう
今日はここまで。