mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Updated LUA Events (markdown)
parent
1cf2a087d5
commit
396617045e
@ -88,7 +88,7 @@ profile profile, keyPressEventArgs eventArgs
|
|||||||
#### Example
|
#### Example
|
||||||
```lua
|
```lua
|
||||||
-- This function will be called after every key press.
|
-- This function will be called after every key press.
|
||||||
function keyHandler(profile, keyboard, eventArgs)
|
function keyHandler(profile, eventArgs)
|
||||||
print("You pressed: " .. eventArgs.Key);
|
print("You pressed: " .. eventArgs.Key);
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user