I was looking for information on this issue but found only:
Config.set('graphics', 'width', 100) but I would like the application to open full screen. Does kivy have any function for getting the screen size? Or a special feature in Config?
I was looking for information on this issue but found only:
Config.set('graphics', 'width', 100) but I would like the application to open full screen. Does kivy have any function for getting the screen size? Or a special feature in Config?
Source: https://ru.stackoverflow.com/questions/980577/
All Articles