mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-03 08:05:40 +00:00
Merge branch 'master' into SimplifiedBus
This commit is contained in:
commit
83393e8e91
@ -621,7 +621,7 @@ class MachineDocument:
|
|||||||
// MARK: - Window Title Updates.
|
// MARK: - Window Title Updates.
|
||||||
private var unadornedWindowTitle = ""
|
private var unadornedWindowTitle = ""
|
||||||
func openGLViewDidCaptureMouse(_ view: CSOpenGLView) {
|
func openGLViewDidCaptureMouse(_ view: CSOpenGLView) {
|
||||||
self.windowControllers[0].window?.title = self.unadornedWindowTitle + " (press ⌘+command to release mouse)"
|
self.windowControllers[0].window?.title = self.unadornedWindowTitle + " (press ⌘+control to release mouse)"
|
||||||
}
|
}
|
||||||
|
|
||||||
func openGLViewDidReleaseMouse(_ view: CSOpenGLView) {
|
func openGLViewDidReleaseMouse(_ view: CSOpenGLView) {
|
||||||
|
Loading…
Reference in New Issue
Block a user