66##########################################################
77
88def pl_core_plCoreI_setup (** kwargs ) -> None :
9- """Undocumented
9+ """
1010
1111 Return Type: None """
1212
1313 return internal .pl_core_plCoreI_setup (** kwargs )
1414
15- def pl_core_plCoreI_begin_frame (** kwargs ) -> bool :
16- """Undocumented
15+ def pl_core_plCoreI_begin_frame (** kwargs ) -> None :
16+ """
1717
1818 Return Type: None """
1919
2020 return internal .pl_core_plCoreI_begin_frame (** kwargs )
2121
22- def pl_core_plWindowI_create (** kwargs ) -> None :
23- """Undocumented
24-
25- Return Type: None """
26-
27- return internal .pl_core_plWindowI_create (** kwargs )
28-
2922def pl_core_plIOI_new_frame (** kwargs ) -> None :
30- """Undocumented
23+ """
3124
3225 Return Type: None """
3326
3427 return internal .pl_core_plIOI_new_frame (** kwargs )
3528
36- def pl_core_plIOI_is_key_pressed (key : int , ** kwargs ) -> bool :
37- """Undocumented
29+ def pl_core_plIOI_is_key_pressed (key : int , ** kwargs ) -> None :
30+ """
3831
3932 Return Type: None
4033
@@ -47,15 +40,22 @@ def pl_core_plIOI_is_key_pressed(key : int, **kwargs) -> bool:
4740
4841 return internal .pl_core_plIOI_is_key_pressed (key , ** kwargs )
4942
43+ def pl_core_plWindowI_create (** kwargs ) -> None :
44+ """
45+
46+ Return Type: None """
47+
48+ return internal .pl_core_plWindowI_create (** kwargs )
49+
5050def pl_starter_ext_plStarterI_begin_frame (** kwargs ) -> None :
51- """Undocumented
51+ """
5252
5353 Return Type: None """
5454
5555 return internal .pl_starter_ext_plStarterI_begin_frame (** kwargs )
5656
5757def pl_starter_ext_plStarterI_initialize (window : Any , ** kwargs ) -> None :
58- """Undocumented
58+ """
5959
6060 Return Type: None
6161
@@ -69,42 +69,42 @@ def pl_starter_ext_plStarterI_initialize(window : Any, **kwargs) -> None:
6969 return internal .pl_starter_ext_plStarterI_initialize (window , ** kwargs )
7070
7171def pl_starter_ext_plStarterI_finalize (** kwargs ) -> None :
72- """Undocumented
72+ """
7373
7474 Return Type: None """
7575
7676 return internal .pl_starter_ext_plStarterI_finalize (** kwargs )
7777
7878def pl_starter_ext_plStarterI_resize (** kwargs ) -> None :
79- """Undocumented
79+ """
8080
8181 Return Type: None """
8282
8383 return internal .pl_starter_ext_plStarterI_resize (** kwargs )
8484
8585def pl_starter_ext_plStarterI_end_frame (** kwargs ) -> None :
86- """Undocumented
86+ """
8787
8888 Return Type: None """
8989
9090 return internal .pl_starter_ext_plStarterI_end_frame (** kwargs )
9191
9292def pl_starter_ext_plStarterI_get_foreground_layer (** kwargs ) -> None :
93- """Undocumented
93+ """
9494
9595 Return Type: None """
9696
9797 return internal .pl_starter_ext_plStarterI_get_foreground_layer (** kwargs )
9898
9999def pl_starter_ext_plStarterI_get_background_layer (** kwargs ) -> None :
100- """Undocumented
100+ """
101101
102102 Return Type: None """
103103
104104 return internal .pl_starter_ext_plStarterI_get_background_layer (** kwargs )
105105
106106def pl_draw_ext_plDrawI_add_triangle_filled (layer : Any , p0 : Union [List [float ], Tuple [float , ...]], p1 : Union [List [float ], Tuple [float , ...]], p2 : Union [List [float ], Tuple [float , ...]], * , uColor : int = 4294967295 , ** kwargs ) -> None :
107- """Undocumented
107+ """
108108
109109 Return Type: None
110110
@@ -130,8 +130,15 @@ def pl_draw_ext_plDrawI_add_triangle_filled(layer : Any, p0 : Union[List[float],
130130
131131 return internal .pl_draw_ext_plDrawI_add_triangle_filled (layer , p0 , p1 , p2 , uColor = uColor , ** kwargs )
132132
133- def pl_ui_ext_plUiI_begin_window (name : str , ** kwargs ) -> None :
134- """Undocumented
133+ def pl_ui_ext_plUiI_end_window (** kwargs ) -> None :
134+ """
135+
136+ Return Type: None """
137+
138+ return internal .pl_ui_ext_plUiI_end_window (** kwargs )
139+
140+ def pl_ui_ext_plUiI_button (name : str , ** kwargs ) -> None :
141+ """
135142
136143 Return Type: None
137144
@@ -142,17 +149,10 @@ def pl_ui_ext_plUiI_begin_window(name : str, **kwargs) -> None:
142149 * name : str
143150 """
144151
145- return internal .pl_ui_ext_plUiI_begin_window (name , ** kwargs )
146-
147- def pl_ui_ext_plUiI_end_window (** kwargs ) -> None :
148- """Undocumented
149-
150- Return Type: None """
151-
152- return internal .pl_ui_ext_plUiI_end_window (** kwargs )
152+ return internal .pl_ui_ext_plUiI_button (name , ** kwargs )
153153
154- def pl_ui_ext_plUiI_button (name : str , ** kwargs ) -> bool :
155- """Undocumented
154+ def pl_ui_ext_plUiI_begin_window (name : str , ** kwargs ) -> None :
155+ """
156156
157157 Return Type: None
158158
@@ -163,5 +163,5 @@ def pl_ui_ext_plUiI_button(name : str, **kwargs) -> bool:
163163 * name : str
164164 """
165165
166- return internal .pl_ui_ext_plUiI_button (name , ** kwargs )
166+ return internal .pl_ui_ext_plUiI_begin_window (name , ** kwargs )
167167
0 commit comments