View Single Post
  #3  
Old 07-25-2011, 12:15 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
PHP Code:
function onFirstResponderChanges(obj)
{
  if (
obj.objecttype() in "GuiButtonCtrl""GuiBitmapButtonCtrl" })
    
GraalControl.makefirstresponder(true);
  
  
//player.addMessage("New first responder:" SPC obj SPC "(" @ obj.objecttype() @ ")");

Only an example, but hey it works.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote