Reid Posted February 26, 2015 Share Posted February 26, 2015 (edited) Enable/Disable mouse input. I can't seem to find it in the api? Thanks in advance Edited February 26, 2015 by Reid Quote Link to comment Share on other sites More sharing options...
Cirzix Posted February 26, 2015 Share Posted February 26, 2015 (edited) op Edited February 26, 2015 by Cirzix Quote Link to comment Share on other sites More sharing options...
Soldtodie Posted February 26, 2015 Share Posted February 26, 2015 (edited) getBot().setHumanInputEnabled(true); //Enable getBot().setHumanInputEnabled(false); //Disable Edited February 26, 2015 by Soldtodie Quote Link to comment Share on other sites More sharing options...
Reid Posted February 26, 2015 Author Share Posted February 26, 2015 getBot().setHumanInputEnabled(true); //Enable getBot().setHumanInputEnabled(false); //Disable Thanks @Soldtodie 1 Quote Link to comment Share on other sites More sharing options...