Example #1
0
        public int GetNFeatures(Gdk.DevicePadFeature feature)
        {
            int raw_ret = gdk_device_pad_get_n_features(Handle, (int)feature);
            int ret     = raw_ret;

            return(ret);
        }
Example #2
0
        public int GetFeatureGroup(Gdk.DevicePadFeature feature, int feature_idx)
        {
            int raw_ret = gdk_device_pad_get_feature_group(Handle, (int)feature, feature_idx);
            int ret     = raw_ret;

            return(ret);
        }