UNPKG

key-reader-logger

Version:

package applied windows(only for now) system hooks to get input data from mouses and keyboards

22 lines 511 B
{ "tasks": [ { "type": "shell", "label": "Build C++ file", "command": "g++", "args": [ "-o", "mHook", "mouseHook.cc", "-lm" ], "options": { "cwd": "${workspaceFolder}" }, "group": { "kind": "build", "isDefault": true } } ], "version": "2.0.0" }