pyobjc-framework-CoreHaptics 10.2__py2.py3-none-any.whl → 10.3__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- CoreHaptics/__init__.py +11 -0
- CoreHaptics/_metadata.py +36 -1
- {pyobjc_framework_CoreHaptics-10.2.dist-info → pyobjc_framework_CoreHaptics-10.3.dist-info}/METADATA +3 -3
- pyobjc_framework_CoreHaptics-10.3.dist-info/RECORD +6 -0
- {pyobjc_framework_CoreHaptics-10.2.dist-info → pyobjc_framework_CoreHaptics-10.3.dist-info}/WHEEL +1 -1
- pyobjc_framework_CoreHaptics-10.2.dist-info/RECORD +0 -6
- {pyobjc_framework_CoreHaptics-10.2.dist-info → pyobjc_framework_CoreHaptics-10.3.dist-info}/top_level.txt +0 -0
CoreHaptics/__init__.py
CHANGED
|
@@ -28,6 +28,17 @@ def _setup():
|
|
|
28
28
|
globals()["__dir__"] = dir_func
|
|
29
29
|
globals()["__getattr__"] = getattr_func
|
|
30
30
|
|
|
31
|
+
for cls, sel in (
|
|
32
|
+
("CHHapticPattern", b"init"),
|
|
33
|
+
("CHHapticEvent", b"init"),
|
|
34
|
+
("CHHapticEngine", b"init"),
|
|
35
|
+
("CHHapticEventParameter", b"init"),
|
|
36
|
+
("CHHapticDynamicParameter", b"init"),
|
|
37
|
+
("CHHapticParameterCurveControlPoint", b"init"),
|
|
38
|
+
("CHHapticParameterCurve", b"init"),
|
|
39
|
+
):
|
|
40
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
41
|
+
|
|
31
42
|
del sys.modules["CoreHaptics._metadata"]
|
|
32
43
|
|
|
33
44
|
|
CoreHaptics/_metadata.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update: Sat
|
|
3
|
+
# Last update: Sat May 18 09:20:12 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -389,6 +389,41 @@ try:
|
|
|
389
389
|
r(b"NSObject", b"supportsHaptics", {"required": True, "retval": {"type": b"Z"}})
|
|
390
390
|
finally:
|
|
391
391
|
objc._updatingMetadata(False)
|
|
392
|
+
|
|
393
|
+
objc.registerNewKeywordsFromSelector(
|
|
394
|
+
"CHHapticDynamicParameter", b"initWithParameterID:value:relativeTime:"
|
|
395
|
+
)
|
|
396
|
+
objc.registerNewKeywordsFromSelector("CHHapticEngine", b"initAndReturnError:")
|
|
397
|
+
objc.registerNewKeywordsFromSelector("CHHapticEngine", b"initWithAudioSession:error:")
|
|
398
|
+
objc.registerNewKeywordsFromSelector(
|
|
399
|
+
"CHHapticEvent", b"initWithAudioResourceID:parameters:relativeTime:"
|
|
400
|
+
)
|
|
401
|
+
objc.registerNewKeywordsFromSelector(
|
|
402
|
+
"CHHapticEvent", b"initWithAudioResourceID:parameters:relativeTime:duration:"
|
|
403
|
+
)
|
|
404
|
+
objc.registerNewKeywordsFromSelector(
|
|
405
|
+
"CHHapticEvent", b"initWithEventType:parameters:relativeTime:"
|
|
406
|
+
)
|
|
407
|
+
objc.registerNewKeywordsFromSelector(
|
|
408
|
+
"CHHapticEvent", b"initWithEventType:parameters:relativeTime:duration:"
|
|
409
|
+
)
|
|
410
|
+
objc.registerNewKeywordsFromSelector(
|
|
411
|
+
"CHHapticEventParameter", b"initWithParameterID:value:"
|
|
412
|
+
)
|
|
413
|
+
objc.registerNewKeywordsFromSelector(
|
|
414
|
+
"CHHapticParameterCurve", b"initWithParameterID:controlPoints:relativeTime:"
|
|
415
|
+
)
|
|
416
|
+
objc.registerNewKeywordsFromSelector(
|
|
417
|
+
"CHHapticParameterCurveControlPoint", b"initWithRelativeTime:value:"
|
|
418
|
+
)
|
|
419
|
+
objc.registerNewKeywordsFromSelector("CHHapticPattern", b"initWithContentsOfURL:error:")
|
|
420
|
+
objc.registerNewKeywordsFromSelector("CHHapticPattern", b"initWithDictionary:error:")
|
|
421
|
+
objc.registerNewKeywordsFromSelector(
|
|
422
|
+
"CHHapticPattern", b"initWithEvents:parameterCurves:error:"
|
|
423
|
+
)
|
|
424
|
+
objc.registerNewKeywordsFromSelector(
|
|
425
|
+
"CHHapticPattern", b"initWithEvents:parameters:error:"
|
|
426
|
+
)
|
|
392
427
|
expressions = {"CHHapticTimeImmediate": "(NSTimeInterval)0.0f"}
|
|
393
428
|
|
|
394
429
|
# END OF FILE
|
{pyobjc_framework_CoreHaptics-10.2.dist-info → pyobjc_framework_CoreHaptics-10.3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-CoreHaptics
|
|
3
|
-
Version: 10.
|
|
3
|
+
Version: 10.3
|
|
4
4
|
Summary: Wrappers for the framework CoreHaptics on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -33,8 +33,8 @@ Description-Content-Type: text/x-rst; charset=UTF-8
|
|
|
33
33
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
34
34
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
35
35
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
36
|
-
Requires-Dist: pyobjc-core >=10.
|
|
37
|
-
Requires-Dist: pyobjc-framework-Cocoa >=10.
|
|
36
|
+
Requires-Dist: pyobjc-core >=10.3
|
|
37
|
+
Requires-Dist: pyobjc-framework-Cocoa >=10.3
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
Wrappers for the "CoreHaptics" framework on macOS.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
CoreHaptics/__init__.py,sha256=_9yQ8u88XPyQJi8pWE6EKrhY2aQcLupkfDiLI9ZMtq8,1234
|
|
2
|
+
CoreHaptics/_metadata.py,sha256=Hhtyk12os3cT_B18Icqdjn6DNSCw2E0MnxiexBy1Hok,15752
|
|
3
|
+
pyobjc_framework_CoreHaptics-10.3.dist-info/METADATA,sha256=vahAMLgN5ZRh-HWmvJkiEUZA8YW1tPz4n33gy23sG1Y,2246
|
|
4
|
+
pyobjc_framework_CoreHaptics-10.3.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
5
|
+
pyobjc_framework_CoreHaptics-10.3.dist-info/top_level.txt,sha256=Eo7NHy2ObKy4wiG-326QZq5UG2NJzeNk5Ty_rnYUAsY,12
|
|
6
|
+
pyobjc_framework_CoreHaptics-10.3.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
CoreHaptics/__init__.py,sha256=3xLFcgbgzRsIufZU43YiblFr20uV5xOTtUisAYbj2kQ,850
|
|
2
|
-
CoreHaptics/_metadata.py,sha256=_DOWBhS830ird7UkwuGen-ljXnPuQ4J0kC_tgbqJ3_0,14300
|
|
3
|
-
pyobjc_framework_CoreHaptics-10.2.dist-info/METADATA,sha256=vYZwrL--OfvaAnBgfWALMvJaS9sM7AyYb-evwEazs4E,2246
|
|
4
|
-
pyobjc_framework_CoreHaptics-10.2.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
|
|
5
|
-
pyobjc_framework_CoreHaptics-10.2.dist-info/top_level.txt,sha256=Eo7NHy2ObKy4wiG-326QZq5UG2NJzeNk5Ty_rnYUAsY,12
|
|
6
|
-
pyobjc_framework_CoreHaptics-10.2.dist-info/RECORD,,
|
|
File without changes
|