nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Window.setTitle
nudsfml
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
nudsfml
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.