Thread: 2.2 Update
View Single Post
10/06/15, 06:06 PM   #11
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
To All : Check gamepad mode

It's barely impossible to adapt some addons with gamepad mode without spending hours (days) to rebuild UIs, some will be easy, some will need some tweaks, some will have 0 support.

Lua Code:
  1. if IsInGamepadPreferredMode() then return end

Last edited by Ayantir : 10/06/15 at 06:08 PM.
  Reply With Quote