Skip to content

Commit

Permalink
FactorioClientGUI.py: disable multitouch emulation on mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Jun 6, 2021
1 parent 12600a8 commit fc941f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FactorioClientGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def main():

from kivy.app import App
from kivy.uix.label import Label
from kivy.base import ExceptionHandler, ExceptionManager
from kivy.base import ExceptionHandler, ExceptionManager, Config
from kivy.uix.gridlayout import GridLayout
from kivy.uix.textinput import TextInput
from kivy.uix.recycleview import RecycleView
Expand Down Expand Up @@ -133,6 +133,7 @@ def handle_exception(self, inst):
ExceptionManager.add_handler(E())


Config.set("input", "mouse", "mouse,disable_multitouch")
Builder.load_string('''
<TabbedPanel>
tab_width: 200
Expand Down

0 comments on commit fc941f5

Please sign in to comment.