You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ Adding a callback for one of the exported functions:
34
34
35
35
Your function will be called when the exported function is called **(directly prior to it)**.
36
36
37
-
You'll have to know and specify the correct function signature in the same manner as shown in the example. The function signature for "DirectInput8Create" used in the example was found [here](https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ee416756(v=vs.85)).
37
+
You'll have to know and specify the correct function signature in the same manner as shown in the example. For instance, the function signature for "DirectInput8Create" used in the example was found [here](https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ee416756(v=vs.85)).
38
38
39
39
## Supported DLLs
40
-
Yes, technically this is not *universal*, only on paper. See section "Add support for a DLL".
40
+
Yes, technically this is not *universal*, only on paper. See section "Adding support for a DLL".
41
41
42
42
The most common proxy DLLs are supported out of the box:
0 commit comments