Alex Folland
Alex Folland
I am seeing this issue with `xpadneo-dkms` installed on Manjaro and the 8bitdo SN30 Pro connected in Windows mode (Start+X). The logo button (as the official manual calls it instead...
> This is intended behavior: While holding the logo button, you can press A,B,X,Y to switch between mapping profiles (which are not yet implemented) and there will be a mouse...
I tried uninstalling `xpadneo-dkms` as I had only installed it originally as a workaround for [this RetroArch issue](https://github.com/libretro/RetroArch/issues/8510), which is now resolved. The driver that is handling the 8bitdo SN30...
> Yes, this is intended behavior. We hold the button event back until released, because it could be used as a shift key, and in that case, no event at...
It's not ideal to work with an old version of the library. https://github.com/Extrawurst/DerelictLibui/pull/5 needs to be merged.
No worries. This is not critical, and your health is more important than helping people online for free. Please relax and live your life however you please. I wish you...
> Nope, not a regression. > I have been trying to track this down for a while and finally isolated which event binding was causing it. > (This was present...
I solved this in my addon like this: ```Lua function IsMainHandAFishingPole() local mainHandID = GetInventoryItemID("player", INVSLOT_MAINHAND) if mainHandID then local itemClassID, itemSubClassID = select(6, GetItemInfoInstant(GetInventoryItemID("player", INVSLOT_MAINHAND))) return ((itemClassID == Enum.ItemClass.Weapon)...
Why not at least use my function to check for fishing state in Wrath Classic? I can guarantee it works, as it works well in my addon which is maintained...
>1. your code doesn't help with the systemic issue of localization which is the underlying problem This is incorrect. Checking the item class ID and item subclass ID avoids the...