mirror of https://github.com/kivy/kivy.git
config: remove default tuio listening
This commit is contained in:
parent
a1922b6252
commit
abd60d936c
|
@ -309,7 +309,6 @@ if not 'KIVY_DOC_INCLUDE' in environ:
|
||||||
Config.setdefault('graphics', 'width', '800')
|
Config.setdefault('graphics', 'width', '800')
|
||||||
|
|
||||||
# input configuration
|
# input configuration
|
||||||
Config.setdefault('input', 'default', 'tuio,0.0.0.0:3333')
|
|
||||||
Config.setdefault('input', 'mouse', 'mouse')
|
Config.setdefault('input', 'mouse', 'mouse')
|
||||||
|
|
||||||
# activate native input provider in configuration
|
# activate native input provider in configuration
|
||||||
|
|
Loading…
Reference in New Issue