#CButtons
I hope my stick buttons have good angles and I can control the camera well with my C key
January 15, 2025 at 11:20 PM
September 13, 2026 at 4:39 PM
"Claude, make me a Winamp Classic knock-off but do it like you're drunk in a dark closet and for some reason use WMP cbuttons."
September 15, 2026 at 8:34 AM
Yeah, I agree, and some modern controllers have analog shoulder buttons which is a bit janky to use.

I do like that the randomizer and the recomps allows you to map things to the otherwise unused DPad.
I also found mapping the CButtons to X/Y/ZR/Select on my 8bitdo Pro2 controller very helpful.
September 11, 2026 at 5:26 PM
{
[DllImport("user32.dll", CharSet = CharSet.Auto, ExactSpelling = true)]
public static extern void mouse_event(int dwFlags, int dx, int dy, int cButtons, int dwExtraInfo);
public const int MOUSEEVENTF_MOVE = 0x0001;
}
"@
December 5, 2024 at 1:36 PM