mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-09 16:45:46 -07:00
fix annoying bug with input QOL
This commit is contained in:
parent
886fb9f74b
commit
e9e9775ace
1 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ class plugin : Plugin() {
|
|||
override fun mouseClicked(e: MouseEvent?) {
|
||||
e ?: return
|
||||
|
||||
val width = API.GetWindowDimensions().width;
|
||||
/* val width = API.GetWindowDimensions().width;
|
||||
val compassBordersX = intArrayOf(width - 165, width - 125)
|
||||
val compassBordersY = intArrayOf(0, 45)
|
||||
|
||||
|
|
@ -101,7 +101,7 @@ class plugin : Plugin() {
|
|||
{
|
||||
API.SetCameraPitch(defaultCameraPYZ.first)
|
||||
API.SetCameraYaw(defaultCameraPYZ.second)
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
override fun mousePressed(e: MouseEvent?) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue