Skip to content

5509/TouchManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Using TouchManager following this.

btn = document.getElementById('btn')

touch_manager = TouchManager(btn, 
  end: ->
    console.log 'tap'
    return
  hold: ->
    console.log 'holding...'
    return
  holdout: ->
    console.log 'hold out'
    return
)

# disable touch
touch_manager.disable()

# enable touch
touch_manager.enable()

# destroy touch
touch_manager.destroy()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published