nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
RenderWindow.setTitle
nudsfml
graphics
renderwindow
RenderWindow
Change the title of the window
void
setTitle
(const(char)[] newTitle)
void
setTitle
(const(wchar)[] newTitle)
void
setTitle
(const(dchar)[] newTitle)
class
RenderWindow
override
void
setTitle
(
const
(
dchar
)[]
newTitle
)
Parameters
newTitle
const
(
dchar
)[]
New title
Meta
Source
See Implementation
nudsfml
graphics
renderwindow
RenderWindow
constructors
this
destructors
~this
functions
capture
clear
close
create
display
draw
getDefaultView
getMousePosition
getSettings
getSize
getSystemHandle
isOpen
pollEvent
popGLStates
pushGLStates
resetGLStates
setActive
setFramerateLimit
setIcon
setJoystickThreshhold
setJoystickThreshold
setKeyRepeatEnabled
setMouseCursorVisible
setMousePosition
setTitle
setVerticalSyncEnabled
setVisible
waitEvent
properties
position
size
view
static functions
windowPointer
variables
sfPtr
Change the title of the window