Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>PEP - Demo</title>
  <script src="http://code.jquery.com/pep/0.3.0/pep.js"></script>
</head>
<body onLoad="PointerEventsDemo()">
<canvas id="drawSurface" touch-action="none"></canvas>
<div class="description">
  <h1>PEP Demo</h1>
  <h2>In the canvas above, we are drawing squares when the event <code>pointermove</code> is triggered.</h2>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
arschmitzpro
0viewers