Searched defs:num_keys_matches (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Ddevice-manager.cpp53 const bool num_keys_matches = (device->get_n_keys() == (*it).num_keys); local
55 const bool num_keys_matches = (gdk_device_get_n_keys(device->gobj()) == (*it).num_keys); local
59 && num_axes_matches && num_keys_matches)

Completed in 89 milliseconds