@ironsocks
retropie 4b 8gb
sd image made from retropie.org
retropie 4.7
***I am using an oem nintendo wii sensor bar that was modded to work in a standard usb A ports and NOT a Dolphin bar. This was done by cutting off the wii proprietary connector and soldering the wires into a usb A connector as well as removing 4 LEDs out of ten to bring the voltage down to under 5v. It works perfectly fine for wiimote tracking.
Almost all the guide I see for using wiimotes in lightgun games such as duck hunt use a dolphin bar and not a standard wii sensor bar. why am i using an oem sensor bar? because the dolphin bar went way up in price after the tariff war with china, and I have quite a few oem wii sensor bars so why not.
Have you figured this out yet? Using wminput method I was able to get the wiimote to work as a mouse tilt wiimote up and down side to side left mouse button mapped to wiimote button b and right mouse button mapped to wiimote button a. the other buttons and d pad on the wiimote are mapped to keyboard keys. No thanx to the guide I followed which you referenced here with the 3 different methods on it.
You have to read up on the wminput github page as to how to get the wiimote to map as a mouse/keybpard vs a joystick. You need to use Plugin.acc.X = REL_X
Plugin.acc.Y = REL_Y and map at least a left mouse button to a wiimote button. This turns the wiimote into a mouse/keyboard configuration and this works in lxde in the Retropie menu and in the retroarch menu in game but wont work as a controller or mouse to use in games such as duck hunt.
I could also use the motion/tilt as a joystick input using Plugin.ir_ptr.X = ~ABS_X and Plugin.ir_ptr.Y = ~ABS_Y in the wii button mapping config file. This works in retropie menu and in the retorarch menu as well as being able to somewhat control a game in an emulator BUT still doesnt work as a pointer or mouse in duck hunt. So you still can't use it as a shooting device.
I have tried a couple different new emulators along with different configurations in retroarch to try to get this wiimote to work as a mouse in the duck hunt game. It works fine everywhere else as mentioned but not in the game. This is so frustrating.