novelate v0.0.2 (2020-01-22T19:34:01Z)
Home
Dub
Repo
Window.setTitle
dsfml
window
window
Window
Change the title of the window.
void
setTitle
(string newTitle)
void
setTitle
(wstring newTitle)
void
setTitle
(dstring newTitle)
class
Window
void
setTitle
(
dstring
newTitle
)
Meta
Source
See Implementation
dsfml
window
window
Window
constructors
this
destructors
~this
enums
Style
functions
close
create
deleteWindowPtr
display
getMousePosition
getSettings
getSystemHandle
isOpen
mouse_SetPosition
mouse_getPosition
pollEvent
setActive
setFramerateLimit
setIcon
setJoystickThreshhold
setKeyRepeatEnabled
setMouseCursorVisible
setMousePosition
setTitle
setVerticalSyncEnabled
setVisible
waitEvent
properties
position
size
static functions
getWindowPointer
variables
sfPtr
Change the title of the window.