@@ -95,12 +95,12 @@ selector to a specific implementation.
95
95
KIVY_WINDOW
96
96
Implementation to use for creating the Window
97
97
98
- Values: pygame, x11, sdl2 , egl_rpi
98
+ Values: sdl2, pygame, x11 , egl_rpi
99
99
100
100
KIVY_TEXT
101
101
Implementation to use for rendering text
102
102
103
- Values: pil, pygame, sdlttf
103
+ Values: sdl2, pil, pygame, sdlttf
104
104
105
105
KIVY_VIDEO
106
106
Implementation to use for rendering video
@@ -110,12 +110,12 @@ KIVY_VIDEO
110
110
KIVY_AUDIO
111
111
Implementation to use for playing audio
112
112
113
- Values: gstplayer, pygst, ffpyplayer, sdl2 , pygame
113
+ Values: sdl2, gstplayer, pygst, ffpyplayer, pygame
114
114
115
115
KIVY_IMAGE
116
116
Implementation to use for reading image
117
117
118
- Values: pil, pygame, imageio, tex, dds, gif
118
+ Values: sdl2, pil, pygame, imageio, tex, dds, gif
119
119
120
120
KIVY_CAMERA
121
121
Implementation to use for reading camera
@@ -130,7 +130,7 @@ KIVY_SPELLING
130
130
KIVY_CLIPBOARD
131
131
Implementation to use for clipboard management
132
132
133
- Values: pygame, dummy, android
133
+ Values: sdl2, pygame, dummy, android
134
134
135
135
Metrics
136
136
-------
0 commit comments