Will be added back in a separate PR
InputSettings
- Avoids now obsolete variable name - Makes changing to touch detection easier (access to session statics in BDL)
TouchDisableGameplayTaps
Disable clicks during gameplay
Using an abstract property was awkward for this as it is being consumed in the underlying constructor but could not be dynamically set in time from a derived class.