mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +00:00
Adds a proper shout out for releasing the mouse.
This commit is contained in:
parent
15c38e2f15
commit
567feaac10
@ -252,6 +252,7 @@ class MachineDocument:
|
||||
machine.clearAllKeys()
|
||||
machine.joystickManager = nil
|
||||
}
|
||||
self.openGLView.releaseMouse()
|
||||
}
|
||||
|
||||
func windowDidBecomeKey(_ notification: Notification) {
|
||||
@ -281,6 +282,15 @@ class MachineDocument:
|
||||
}
|
||||
}
|
||||
|
||||
func mouseMoved(_ event: NSEvent) {
|
||||
}
|
||||
|
||||
func mouseUp(_ event: NSEvent) {
|
||||
}
|
||||
|
||||
func mouseDown(_ event: NSEvent) {
|
||||
}
|
||||
|
||||
// MARK: New machine creation
|
||||
@IBOutlet var machinePicker: MachinePicker?
|
||||
@IBOutlet var machinePickerPanel: NSWindow?
|
||||
|
Loading…
Reference in New Issue
Block a user