mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -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?) {
|
override fun mouseClicked(e: MouseEvent?) {
|
||||||
e ?: return
|
e ?: return
|
||||||
|
|
||||||
val width = API.GetWindowDimensions().width;
|
/* val width = API.GetWindowDimensions().width;
|
||||||
val compassBordersX = intArrayOf(width - 165, width - 125)
|
val compassBordersX = intArrayOf(width - 165, width - 125)
|
||||||
val compassBordersY = intArrayOf(0, 45)
|
val compassBordersY = intArrayOf(0, 45)
|
||||||
|
|
||||||
|
|
@ -101,7 +101,7 @@ class plugin : Plugin() {
|
||||||
{
|
{
|
||||||
API.SetCameraPitch(defaultCameraPYZ.first)
|
API.SetCameraPitch(defaultCameraPYZ.first)
|
||||||
API.SetCameraYaw(defaultCameraPYZ.second)
|
API.SetCameraYaw(defaultCameraPYZ.second)
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun mousePressed(e: MouseEvent?) {
|
override fun mousePressed(e: MouseEvent?) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue