Class Index | File Index

Classes


Class BO.io.SoftPotEvent


Extends JSUTILS.Event.

An Event object to be dispatched (fired) by a SoftPot object.

Defined in: SoftPotEvent.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
BO.io.SoftPotEvent(type, touchPoint)
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
BO.io.SoftPotEvent.DRAG
<static> <constant>  
BO.io.SoftPotEvent.FLICK_DOWN
<static> <constant>  
BO.io.SoftPotEvent.FLICK_UP
<static> <constant>  
BO.io.SoftPotEvent.PRESS
<static> <constant>  
BO.io.SoftPotEvent.RELEASE
<static> <constant>  
BO.io.SoftPotEvent.TAP
 
The value of the softpot.
Fields borrowed from class JSUTILS.Event:
target, type
Class Detail
BO.io.SoftPotEvent(type, touchPoint)
Parameters:
{String} type
The event type
{Number} touchPoint
The value where the softpot was touched
Field Detail
<static> <constant> BO.io.SoftPotEvent.DRAG

<static> <constant> BO.io.SoftPotEvent.FLICK_DOWN

<static> <constant> BO.io.SoftPotEvent.FLICK_UP

<static> <constant> BO.io.SoftPotEvent.PRESS

<static> <constant> BO.io.SoftPotEvent.RELEASE

<static> <constant> BO.io.SoftPotEvent.TAP

{Number} value
The value of the softpot.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Mar 12 2012 23:27:53 GMT-0400 (EDT)