mirror of
https://github.com/workinghard/Cube4Fun.git
synced 2025-12-14 04:42:09 +00:00
a
This commit is contained in:
@@ -142,4 +142,13 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSTextFieldDelegate {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@IBAction func cmdCopyPressed(send: AnyObject) {
|
||||
println("cmd c pressed")
|
||||
}
|
||||
|
||||
@IBAction func cmdPastePressed(send: AnyObject) {
|
||||
println("cmd v pressed")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user