UCR icon indicating copy to clipboard operation
UCR copied to clipboard

Split _BindObject class up for Input / Output ?

Open evilC opened this issue 10 years ago • 0 comments

Maybe Inputs and Outputs should be separate classes, both derived from a common parent. Output class does not need .block, .wild etc Also setting of .IsVirtual for output buttons seems clumsy at the moment. Maybe have buttons / axes etc derive from a parent object, and if parent object is output type, creating a joystick button child automatically derives a class with IsVirtual set to true, as output joystick buttons would always be virtual.

evilC avatar Dec 20 '15 13:12 evilC