Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
gb
gb.desktop
gb.form
gb.qt4
gb.web
Documents
How To's
Language Index
Language Overviews
Lèxic
Missatges d'Error
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
New Window (gb.sdl2)
Dim
hWindow
As
Window
hWindow
=
New
Window
(
[
OpenGL
As
Boolean
]
)
[
As
"
EventName
"
]
Create a new SDL window.
OpenGL
must be TRUE if you want to use OpenGL in that window. Otherwise you will have to use the
Draw
class to paint the window.