We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246d843 commit 7d52fa4Copy full SHA for 7d52fa4
1 file changed
types/device.d.lua
@@ -166,6 +166,7 @@ function Device:grab() end
166
---```lua
167
---local Device = evdev.device.open
168
---local dev = assert(Device("/dev/input/eventX"))
169
+---assert(dev:grap())
170
---assert(dev:ungrab())
171
---```
172
---
0 commit comments