compnerd / swift-win32

A Windows application framework for Swift
https://compnerd.github.io/swift-win32/
BSD 3-Clause "New" or "Revised" License
1.1k stars 69 forks source link

View Controller: account for no title condition #743

Closed compnerd closed 1 year ago

compnerd commented 1 year ago

If the hWnd does not have a window title, assume that there is no title and return nil. Account for the trailing nul-terminator on the title when copying the text.