reverse wheel controls
This commit is contained in:
@@ -512,9 +512,9 @@ class SongSelect{
|
|||||||
this.wheelTimer = this.getMS()
|
this.wheelTimer = this.getMS()
|
||||||
|
|
||||||
if(event.deltaY < 0) {
|
if(event.deltaY < 0) {
|
||||||
this.wheelScrolls++
|
|
||||||
}else if(event.deltaY > 0){
|
|
||||||
this.wheelScrolls--
|
this.wheelScrolls--
|
||||||
|
}else if(event.deltaY > 0){
|
||||||
|
this.wheelScrolls++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user