Skip to content

Commit

Permalink
doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Oct 14, 2024
1 parent c63f32e commit 99dbee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pointerevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
let matchX = false, matchY = false
let A = oTemp['clientX'], B = oTemp['screenX']
if ('number' == A && 'number' == B) {matchX = A == B}
oData[type]['client_screenX'] = matchX
oTouch['client_screenX'] = matchX
oDisplay.push(s6 + ('client|screen X').padStart(padlen) +": "+ sc + A +' | '+ B +' '+ (matchX ? '[valid match]' : '[!match]'))

let C = oTemp['clientY'], D = oTemp['screenY']
Expand Down

0 comments on commit 99dbee7

Please sign in to comment.