<?xml version="1.0" encoding="UTF-8"?>
<!--
    IBUITapGestureRecognizer.inspector
    IBCocoaTouchPlugin
    
    Created by Troy Koelling on 04/04/11.
    Copyright 2011 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Recognize">
            <property type="number" formatStyle="integer" minimum="0" title="Taps" keyPath="inspectedObjectsController.selection.object.numberOfTapsRequired" />
            <property type="number" formatStyle="integer" minimum="0" title="Touches" keyPath="inspectedObjectsController.selection.object.numberOfTouchesRequired" />
        </sliver>
    </section>
    <section visibleKeyPath="inspectedObjectsController.selection.object.showEventButtonMask">
        <sliver title="Pointer">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedButtonMaskRequired" bits="1" title="Primary Button" />
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedButtonMaskRequired" bits="2" title="Secondary Button" />
        </sliver>
    </section>
</slice>    
