dsfml ~master (2021-10-04T07:02:59.4470602)
Dub
Repo
Window.setTitle
dsfml
window
window
Window
Change the title of the window.
void
setTitle
(const(char)[] newTitle)
void
setTitle
(const(wchar)[] newTitle)
void
setTitle
(const(dchar)[] newTitle)
class
Window
void
setTitle
(
const
(
dchar
)[]
newTitle
)
Meta
Source
See Implementation
dsfml
window
window
Window
constructors
this
destructors
~this
enums
Style
functions
close
create
deleteWindowPtr
display
getMousePosition
getSettings
getSystemHandle
hasFocus
isOpen
mouse_SetPosition
mouse_getPosition
pollEvent
requestFocus
setActive
setFramerateLimit
setIcon
setJoystickThreshhold
setJoystickThreshold
setKeyRepeatEnabled
setMouseCursorVisible
setMousePosition
setTitle
setVerticalSyncEnabled
setVisible
waitEvent
properties
position
size
static functions
getWindowPointer
variables
sfPtr
Change the title of the window.