Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC authored Mar 13, 2018
1 parent 2936b15 commit 4a0266a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Interception.SetContextCallback(VID, PID, Func("SetKb1Context"))
```

#### Step 2
Create your callback function, and set the context variable to the value of `state`
Create your callback function, and set the context variable to the value of `state`
It is advised to **NOT** do anything in this callback that takes a significant amount of time. Do not wait for key presses or releases and such.
```
SetKb1Context(state){
global isKeyboard1Active
Expand Down

0 comments on commit 4a0266a

Please sign in to comment.