Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ymobe/rapanui into eljekodev
Browse files Browse the repository at this point in the history
  • Loading branch information
eljeko committed Feb 12, 2012
2 parents 907c1cd + 2b44dcc commit e932b40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RNInputManager.lua
Expand Up @@ -307,6 +307,8 @@ end
function onEvent(eventType, idx, x, y, tapCount)

local screen = RNFactory.getCurrentScreen()

local x , y = RNFactory.screen.layer:wndToWorld(x, y)

local currenTarget = screen:getRNObjectWithHighestLevelOn(x, y);
local event = RNEvent:new()
Expand Down

0 comments on commit e932b40

Please sign in to comment.