PointerEvent
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent
PointerEvent.pressure Read only The normalized pressure of the pointer input in the range 0 to 1, where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.
조사해놓자. 압력감지 지원된다니..
주의 : document 에 이벤트를 붙이지 말아라! pointermove가 3번정도 발생뒤 더이상 발생이 안된다. document.body도 똑같더라. div에 id주고 처리하라.
한번의 이벤트에서 부가적으로 추가 이벤트 받아서 동작을 부드럽게 하기 위한 방법 https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/getCoalescedEvents
- https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent + http://www.mins01.com/web_work/doc/HTML5/PointerEvent/PointerEvent.html