namespace pxsim {
    export interface CapTouchBoard extends CommonBoard {
        touchButtonState: TouchButtonState;
    }
}