Skip to content

Commit db80989

Browse files
authored
Merge pull request #155 from morya/patch-1
Update README.md fix typo
2 parents cb777c9 + 3c4d0c8 commit db80989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ framgrabber.SCL_SetMouseChangeInterval(100);
120120
121121
```
122122
<h3>Library Usage</h3>
123-
<p>Only define what are are interested in. Do not define a callback for onMouseChanged if you dont want that information. If you do, the library will assume that you want mouse information and monitor that --so DONT!</p>
123+
<p>Only define what you are interested in. Do not define a callback for onMouseChanged if you dont want that information. If you do, the library will assume that you want mouse information and monitor that --so DONT!</p>
124124
<p>Again, DONT DEFINE CALLBACKS FOR EVENTS YOU DONT CARE ABOUT. If you do, the library will do extra work assuming you want the information.</p>
125125
<p>The library owns all image data so if you want to use it for your own purpose after the callback has completed you MUST copy the data out!</p>
126126
<p>Each monitor or window will run in its own thread so there is no blocking or internal synchronization. If you are capturing three monitors, a thread is capturing each monitor.</p>

0 commit comments

Comments
 (0)