mirror of
https://github.com/open-goal/jak-project
synced 2026-06-28 19:21:06 -04:00
Fix issues with camera movement with controller when mouse tracking is also enabled (#3409)
Fixes #3408
This commit is contained in:
@@ -194,6 +194,7 @@ This gives us more freedom to write code how we want.
|
||||
:get-value-fn (lambda () (-> *pc-settings* mouse-enabled?))
|
||||
:on-confirm (lambda ((val symbol))
|
||||
(set! (-> *pc-settings* mouse-enabled?) val)
|
||||
(update-mouse-controls! *pc-settings*)
|
||||
(pc-settings-save)))
|
||||
(progress-new-generic-link-to-scrolling-page (text-id progress-menu-mouse-options) :should-disable? (lambda () (not (-> *pc-settings* mouse-enabled?)))
|
||||
(new 'static 'menu-generic-boolean-option
|
||||
|
||||
Reference in New Issue
Block a user