Skip to content

Commit

Permalink
Merge pull request #19 from Misterkister/patch-3
Browse files Browse the repository at this point in the history
tabs.lua change for screennetselectmusic (following up mina's change)
  • Loading branch information
MinaciousGrace authored Jan 12, 2017
2 parents b686dc5 + c7b7da4 commit 55828f7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ local function input(event)
end
if event.DeviceInput.button == "DeviceButton_left mouse button" then
MESSAGEMAN:Broadcast("MouseLeftClick")
elseif event.DeviceInput.button == "DeviceButton_right mouse button" then
MESSAGEMAN:Broadcast("MouseRightClick")
end
end
if event.DeviceInput.button == "DeviceButton_left ctrl" then
Expand Down Expand Up @@ -110,4 +112,4 @@ for i=1,#tabNames do
t[#t+1] =tabs(i)
end;

return t
return t

0 comments on commit 55828f7

Please sign in to comment.