Skip to content

Commit

Permalink
Fixed pb of latency on macOS with node binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Géry Casiez committed Apr 10, 2020
1 parent 70f2de2 commit 11bb753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/Node/libpointing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libpointing",
"version": "2.1.0",
"version": "2.1.1",
"description": "An open-source cross-platform library to get raw events from pointing devices and master transfer functions",
"homepage": "http://libpointing.org",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion bindings/Node/libpointing/pointing/pointing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ uv_idle_t idler;

void perform_while_idle(uv_idle_t* handle)
{
pointing::PointingDevice::idle(25);
pointing::PointingDevice::idle(4);
// uv_idle_stop(handle);
}

Expand Down

0 comments on commit 11bb753

Please # to comment.