SDLBorderlessActivity

Undocumented in source.

Constructors

this
this(string id, uint width, uint height, string title, WebSession session, uint orSDLFlags)
Undocumented in source.

Members

Functions

resize
void resize(uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

factory
auto factory()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SDLActivity

factory
auto factory()
Undocumented in source. Be warned that the author may not have intended to support it.
onAttach
void onAttach()
Undocumented in source. Be warned that the author may not have intended to support it.
onDetach
void onDetach()
Undocumented in source. Be warned that the author may not have intended to support it.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
sdlWindow
SDL_Window* sdlWindow [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
windowID
uint windowID [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
title
void title(string t)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
hasKeyFocus
bool hasKeyFocus [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isActive
bool isActive [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
onSDLEvent
void onSDLEvent(SDL_Event* event)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta