UNPKG

@egjs/axes

Version:

A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates. You can easily create a UI that responds to user actions.

94 lines (93 loc) • 3.22 kB
<!doctype html> <html lang="en"> <head> <title>Code coverage report for src/index.ts</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../prettify.css" /> <link rel="stylesheet" href="../base.css" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type='text/css'> .coverage-summary .sorter { background-image: url(../sort-arrow-sprite.png); } </style> </head> <body> <div class='wrapper'> <div class='pad1'> <h1> <a href="../index.html">All files</a> / <a href="index.html">src</a> index.ts </h1> <div class='clearfix'> </div> </div> <div class='status-line high'></div> <pre><table class="coverage"> <tr><td class="line-count quiet">1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17</td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-yes">1x</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">/* * Copyright (c) 2015 NAVER Corp. * egjs projects are licensed under the MIT license */ import Axes from "./Axes"; export { <span class="fstat-no" title="function not covered" >PanInput } from "./inputType/PanInput";</span> export { <span class="fstat-no" title="function not covered" >RotatePanInput } from "./inputType/RotatePanInput";</span> export { <span class="fstat-no" title="function not covered" >PinchInput } from "./inputType/PinchInput";</span> export { <span class="fstat-no" title="function not covered" >WheelInput } from "./inputType/WheelInput";</span> export { <span class="fstat-no" title="function not covered" >MoveKeyInput } from "./inputType/MoveKeyInput";</span> &nbsp; export default Axes; &nbsp; export { <span class="fstat-no" title="function not covered" >AXES_METHODS, <span class="fstat-no" title="function not covered" >AXES_EVENTS } from "./const";</span></span> export * from "./types"; export * from "./reactive"; &nbsp;</pre></td></tr> </table></pre> <div class='push'></div><!-- for sticky footer --> </div><!-- /wrapper --> <div class='footer quiet pad2 space-top1 center small'> Code coverage generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Wed Sep 16 2026 14:00:55 GMT+0900 (Korean Standard Time) </div> </div> <script src="../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../sorter.js"></script> </body> </html>