• Mouse Input on a Custom VGUI Element
    0 replies, posted
How do I add click (or DoClick) functionality to a custom panel? I've tried, [lua] //inside PANEL:Init() self:SetMouseInputEnabled(true) function PANEL:DoClick() print("poop") end [/lua] and the panel never prints...
Sorry, you need to Log In to post a reply to this thread.