Searched refs:num_keys (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Ddevice-manager.cpp37 int num_keys; member in struct:GdkDeviceFake
53 const bool num_keys_matches = (device->get_n_keys() == (*it).num_keys);
55 const bool num_keys_matches = (gdk_device_get_n_keys(device->gobj()) == (*it).num_keys);
353 dev->has_cursor?"Yes":"no", dev->num_axes, dev->num_keys);
647 fakeList[0].num_keys = 8;
654 fakeList[1].num_keys = 7;
661 fakeList[2].num_keys = 7;
668 fakeList[3].num_keys = 7;
695 fakeList[4].num_keys = device->get_n_keys();
697 fakeList[4].num_keys
[all...]

Completed in 16 milliseconds