mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-14 12:20:03 +01:00
Merge branch 'dev' into feature_plugins
This commit is contained in:
@@ -43,7 +43,9 @@ class NumpadInput(object):
|
||||
self.data.is_display_held = False
|
||||
|
||||
def on_mouse_move(self, event):
|
||||
if self.data.settings['user_input']['MOUSE_INPUT']['value'] != 'enabled':
|
||||
if self.data.settings['user_input'].setdefault(
|
||||
'MOUSE_INPUT',
|
||||
self.data.default_settings.get('MOUSE_INPUT',{'value': 'enabled'})).get('value') != 'enabled':
|
||||
return
|
||||
if event.x > 480 or event.y > 320:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user