void SetGesturesEnabled( Iterable<Gesture> flags, ) => run( () => 'SetGesturesEnabled($flags)', () => rl.Core.SetGesturesEnabled(flags.or), );