(_cls: *const c_void, _sel: Sel)
| 184 | // ============================================================ |
| 185 | |
| 186 | unsafe extern "C" fn bloom_layer_class(_cls: *const c_void, _sel: Sel) -> *const c_void { |
| 187 | AnyClass::get(c"CAMetalLayer").unwrap() as *const AnyClass as *const c_void |
| 188 | } |
| 189 | |
| 190 | unsafe extern "C" fn bloom_touches_began(_this: *mut c_void, _sel: Sel, touches: *const AnyObject, _event: *const AnyObject) { |
| 191 | handle_touches(touches, TouchPhase::Began); |