Home
last modified time | relevance | path

Searched refs:tablets (Results 1 – 25 of 2811) sorted by relevance

12345678910>>...113

/dports/graphics/py-pyglet/pyglet-1.5.21/examples/input/
H A Dtablet.py9 tablets = pyglet.input.get_tablets() variable
12 if tablets:
14 for i, tablet in enumerate(tablets):
28 if not (0 <= index < len(tablets)):
31 name = tablets[i].name
34 canvas = tablets[i].open(window)
/dports/graphics/py-pyglet150/pyglet-1.5.0/examples/
H A Dtablet.py9 tablets = pyglet.input.get_tablets() variable
12 if tablets:
14 for i, tablet in enumerate(tablets):
28 if not (0 <= index < len(tablets)):
31 name = tablets[i].name
34 canvas = tablets[i].open(window)
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dreel.c223 if(nr->tablets != t){ in tablet_geom()
647 cur = r->tablets; in tighten_reel()
819 nr->tablets = NULL; in ncreel_create()
869 nr->tablets = t; in ncreel_add()
902 return nr->tablets; in ncreel_focused()
906 if(nr->tablets){ in ncreel_next()
907 nr->tablets = nr->tablets->next; in ncreel_next()
912 return nr->tablets; in ncreel_next()
916 if(nr->tablets){ in ncreel_prev()
917 nr->tablets = nr->tablets->prev; in ncreel_prev()
[all …]
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_reel.3.md23 // around the component tablets. inhibit borders by setting all
27 // non-focused tablets can have different styles. you can instead
71 virtual cylinder; the tablets can grow and shrink freely. Moving among the
72 tablets "spins" the cylinder. **ncreel**s support optional borders around
73 the reel and/or tablets.
75 **ncreel_redraw** arranges the tablets, invoking the **tabletcb** defined by
76 each. It will invoke the callbacks of only those tablets currently visible.
82 Unless the reel is devoid of tablets, there is always a "focused" tablet (the
96 size of any tablets--one or more might have changed since the last draw. Only
102 reel, to the exclusion of any other tablets. The focused tablet will be kept
[all …]
/dports/devel/efl/efl-1.25.1/data/elementary/config/mobile/
H A Dprofile.desktop20 Comment=Configuration set up to work best with touchscreen phones, tablets and similar devices.
21 Comment[ca]=Configuració configurada per funcionar millor amb telèfons amb pantalla tàctil, tablets
24 …ación adaptada para el uso de pantallas táctiles como la de los móviles, tablets y dispositivos si…
27 Comment[gl]=Configuración adaptada para o uso de pantallas táctiles como a dos móbiles, tablets e d…
28 Comment[it]=Configurazione adatta per l'uso in smartphone con interfaccia tattile, tablets e simila…
31 Comment[pt]=Configuração de ecrãs táteis como os dos telefones, tablets e similares.
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/wacom/
H A Dcc-tablet-tool-map.c32 GKeyFile *tablets; member
59 g_key_file_load_from_file (map->tablets, map->tablet_path, in G_DEFINE_TYPE()
123 ids = g_key_file_get_groups (map->tablets, &n_ids); in cache_devices()
131 styli = g_key_file_get_string_list (map->tablets, ids[i], KEY_DEVICE_STYLI, &n_styli, &error); in cache_devices()
172 g_key_file_unref (map->tablets); in cc_tablet_tool_map_finalize()
192 map->tablets = g_key_file_new (); in cc_tablet_tool_map_init()
301 styli = g_key_file_get_string_list (map->tablets, device_key, in keyfile_add_device_stylus()
310 g_key_file_set_string_list (map->tablets, device_key, KEY_DEVICE_STYLI, in keyfile_add_device_stylus()
393 if (!g_key_file_save_to_file (map->tablets, map->tablet_path, &error)) { in cc_tablet_tool_map_add_relation()
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dreel.cpp5 if(n->tablets == NULL){ in ncreel_validate()
8 const nctablet* t = n->tablets; in ncreel_validate()
29 }while((t = t->next) != n->tablets); in ncreel_validate()
50 }while((t = t->prev) != n->tablets); in ncreel_validate()
383 CHECK(tabs[1] == nr->tablets);
395 CHECK(tabs[2] == nr->tablets);
407 CHECK(tabs[1] == nr->tablets);
419 CHECK(tabs[0] == nr->tablets);
461 CHECK(tabs[1] == nr->tablets);
473 CHECK(tabs[2] == nr->tablets);
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-tablet-seat.c69 tablet = g_hash_table_lookup (tablet_seat->tablets, device); in notify_tablet_added()
107 g_hash_table_iter_init (&iter, tablet_seat->tablets); in notify_tablets()
208 g_hash_table_insert (tablet_seat->tablets, device, tablet); in meta_wayland_tablet_seat_device_added()
239 g_hash_table_remove (tablet_seat->tablets, device); in meta_wayland_tablet_seat_device_removed()
265 tablet_seat->tablets = g_hash_table_new_full (NULL, NULL, NULL, in meta_wayland_tablet_seat_new()
303 g_hash_table_destroy (tablet_seat->tablets); in meta_wayland_tablet_seat_free()
343 return g_hash_table_lookup (tablet_seat->tablets, device); in meta_wayland_tablet_seat_lookup_tablet()
/dports/x11-toolkits/gtk-layer-shell/gtk-layer-shell-0.7.0/gtk-priv/h/
H A Dgdk_wayland_seat_priv.h58 GList *tablets; member
117 GList *tablets; member
177 GList *tablets; member
238 GList *tablets; member
854 case 0: return ((struct _GdkWaylandSeat_v3_22_0*)self)->tablets; in gdk_wayland_seat_priv_get_tablets()
855 case 1: return ((struct _GdkWaylandSeat_v3_22_9*)self)->tablets; in gdk_wayland_seat_priv_get_tablets()
856 case 2: return ((struct _GdkWaylandSeat_v3_22_16*)self)->tablets; in gdk_wayland_seat_priv_get_tablets()
864 case 0: ((struct _GdkWaylandSeat_v3_22_0*)self)->tablets = tablets; break; in gdk_wayland_seat_priv_set_tablets()
865 case 1: ((struct _GdkWaylandSeat_v3_22_9*)self)->tablets = tablets; break; in gdk_wayland_seat_priv_set_tablets()
866 case 2: ((struct _GdkWaylandSeat_v3_22_16*)self)->tablets = tablets; break; in gdk_wayland_seat_priv_set_tablets()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/phy/motorola/
H A DKconfig12 Enable this for USB to work on Motorola phones and tablets
21 and tablets such as Droid 4.
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/phy/motorola/
H A DKconfig12 Enable this for USB to work on Motorola phones and tablets
21 and tablets such as Droid 4.
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/phy/motorola/
H A DKconfig12 Enable this for USB to work on Motorola phones and tablets
21 and tablets such as Droid 4.
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/wacom/
H A DREADME.config-storage1 Configuration storage for Wacom tablets and styli
11 It does not allow having 2 separate tablets of the same model to have different
45 You can see all the metadata held about tablets, styli and buttons using
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/macos/
H A Dgdkmacosseat.c58 GPtrArray *tablets; member
116 g_clear_pointer (&self->tablets, g_ptr_array_unref); in gdk_macos_seat_dispose()
257 for (guint i = 0; i < self->tablets->len; i++) in gdk_macos_seat_get_devices()
259 GdkMacosTabletData *tablet = g_ptr_array_index (self->tablets, i); in gdk_macos_seat_get_devices()
303 self->tablets = g_ptr_array_new_with_free_func (gdk_macos_tablet_data_free); in gdk_macos_seat_init()
446 for (guint i = 0; i < self->tablets->len; i++) in get_tablet_data_from_nsevent()
448 GdkMacosTabletData *t = g_ptr_array_index (self->tablets, i); in get_tablet_data_from_nsevent()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/types/tablet_v2/
H A Dwlr_tablet_v2.c60 wl_list_init(&tablet_seat->tablets); in create_tablet_seat()
108 wl_list_for_each_safe(tablet, tmp_tablet, &seat->tablets, seat_link) { in tablet_seat_client_v2_destroy()
189 wl_list_init(&seat_client->tablets); in get_tablet_seat()
200 wl_list_for_each(tablet_pos, &tablet_seat->tablets, link) { in get_tablet_seat()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/types/
H A Dwlr_tablet_v2.h13 struct wl_list tablets; // wlr_tablet_v2_tablet::link member
34 struct wl_list tablets; //wlr_tablet_client_v2::link member
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/wacom/
H A Dcc-wacom-panel.c165 GList *devices, *tablets, *l; in update_current_page() local
203 tablets = g_hash_table_get_values (ht); in update_current_page()
204 for (l = tablets; l; l = l->next) { in update_current_page()
233 g_list_free (tablets); in update_current_page()
/dports/emulators/qemu/qemu-6.2.0/docs/system/arm/
H A Dnseries.rst1 Nokia N800 and N810 tablets (``n800``, ``n810``)
4 Nokia N800 and N810 internet tablets (known also as RX-34 and RX-44 /
/dports/emulators/qemu5/qemu-5.2.0/docs/system/arm/
H A Dnseries.rst1 Nokia N800 and N810 tablets (``n800``, ``n810``)
4 Nokia N800 and N810 internet tablets (known also as RX-34 and RX-44 /
/dports/emulators/qemu60/qemu-6.0.0/docs/system/arm/
H A Dnseries.rst1 Nokia N800 and N810 tablets (``n800``, ``n810``)
4 Nokia N800 and N810 internet tablets (known also as RX-34 and RX-44 /
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/docs/system/arm/
H A Dnseries.rst1 Nokia N800 and N810 tablets (``n800``, ``n810``)
4 Nokia N800 and N810 internet tablets (known also as RX-34 and RX-44 /
/dports/emulators/qemu-guest-agent/qemu-5.0.1/docs/system/arm/
H A Dnseries.rst1 Nokia N800 and N810 tablets (``n800``, ``n810``)
4 Nokia N800 and N810 internet tablets (known also as RX-34 and RX-44 /
/dports/x11/libwacom/libwacom-1.5/tools/
H A D65-libwacom.rules6 # HUION and GAOMON consumer and system control devices are not tablets.
10 # Match all serial wacom tablets with a serial ID starting with WACf
H A D65-libwacom.rules.in6 # HUION and GAOMON consumer and system control devices are not tablets.
10 # Match all serial wacom tablets with a serial ID starting with WACf
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/docs/system/arm/
H A Dnseries.rst1 Nokia N800 and N810 tablets (``n800``, ``n810``)
4 Nokia N800 and N810 internet tablets (known also as RX-34 and RX-44 /

12345678910>>...113