SGG-Modding / Hell2Modding

Mod loader for Hades 2
MIT License
13 stars 2 forks source link

Using same OnKeyPressed key combo as vanilla functions while they're disabled doesn't work #8

Closed PonyWarrior closed 4 months ago

PonyWarrior commented 4 months ago

With vanilla OnKeyPressed disabled, rom.inputs.on_key_pressed("Alt U", function() print("hi") end) doesn't print while rom.inputs.on_key_pressed("Alt X", function() print("hi") end) does.

xiaoxiao921 commented 4 months ago

Closed by https://github.com/SGG-Modding/Hell2Modding/commit/0e3280e5dfe0d4d0b1b1369f43fdfd23bf68e8e7