Files
test2/intern/ghost
Jonas Holzman 3130f97e85 Obj-C Refactor: Use idiomatic Obj-C objects for Window/App delegates
Changes:
- Renamed `CocoaWindowDelegate` to `BlenderWindowDelegate` and
  `CocoaWindow` to `BlenderWindow` for clarity, and remove the confusion
  between `CocoaWindow` and `WindowCocoa`
- Use idiomatic Objective-C properties instead of raw instance
  variables, synthesized with the `m_` prefix instead of the default
  Objective-C `_` to be closer to the current GHOST style.
- Use idiomatic Objective-C initWith constructors instead of setter
  functions
- Function and initializer call and name adjustments

Ref #126772

Pull Request: https://projects.blender.org/blender/blender/pulls/126767
2024-09-11 11:53:59 +02:00
..
2024-08-21 23:20:34 +10:00
2024-05-04 15:24:46 +10:00
2024-09-06 19:05:59 +02:00