benhutchison / gesture   0.5

MIT License GitHub

Purely functional recognition of Drag and Click gestures over a W3C Pointer Event -compatible API in Scala/Scala.js

Scala versions: 3.x 2.13 2.12 2.11
Scala.js versions: 1.x 0.6

gesture 0.2


Group ID:
com.github.benhutchison
Artifact ID:
gesture_2.11
Version:
0.2
Release Date:
Oct 18, 2016
Licenses:
MIT
Files:

libraryDependencies += "com.github.benhutchison" %% "gesture" % "0.2"

Mill build tool

ivy"com.github.benhutchison::gesture:0.2"

Scala CLI

//> using dep "com.github.benhutchison::gesture:0.2"

Ammonite REPL

import $ivy.`com.github.benhutchison::gesture:0.2`

<dependency>
  <groupId>com.github.benhutchison</groupId>
  <artifactId>gesture_2.11</artifactId>
  <version>0.2</version>
</dependency>

compile group: 'com.github.benhutchison', name: 'gesture_2.11', version: '0.2'