Skip to content

Commit

Permalink
Finished deprecation of pointer event shunt.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lewis-ab committed Jul 29, 2024
1 parent 9b2238b commit 6f93854
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/pointer_events.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* This file is now entirely deprecated.
* Future effort should simply use appropriate pointer* events and DOM addEventListener/removeEventListener as appropriate.
*/

export const PointerSettings = {
pointerevents_method: 'pointer', // "mouse"|"pointer" use mouse for retrocompatibility issues? (none found @ now)
// TODO implement pointercancel, gotpointercapture, lostpointercapture, (pointerover, pointerout if necessary)
Expand Down

0 comments on commit 6f93854

Please sign in to comment.