Class BO.io.SoftPotEvent
Extends
JSUTILS.Event.
An Event object to be dispatched (fired) by a SoftPot
object.
Defined in: SoftPotEvent.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
BO.io.SoftPotEvent(type, touchPoint)
|
| 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.
