new Slider(app, width, height, min, max, startval, digits, step, tip, transform, append, y, fonc)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
app |
MtgApp | |
width |
||
height |
||
min |
||
max |
||
startval |
||
digits |
||
step |
||
tip |
||
transform |
||
append |
string | |
y |
||
fonc |
Methods
onDeviceMove(fonc, ev)
- Description:
Listener du move, actif (il faut préciser passive: false au addEventListener)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
fonc |
function | la fonction imposée par le .bind() |
ev |
MouseEvent | TouchEvent | l'événement transmis par l'EventListener |