1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-20 07:08:06 +00:00

stereo sound!

This commit is contained in:
kepler155c@gmail.com
2019-01-02 23:56:01 -05:00
parent 02b12d87dc
commit aef22987fa
2 changed files with 4 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ end
local Manager = class()
function Manager:init()
self.devices = { }
_G._pp = self
local function keyFunction(event, code, held)
local ie = Input:translate(event, code, held)