Search found 2 matches

by sergyi
Wed Feb 25, 2015 11:01 am
Forum: Developer's Forum for UNIX and Linux
Topic: GTK+ and 3Dconnexion [SOLVED]
Replies: 2
Views: 63873

Re: GTK+ and 3Dconnexion [SOLVED]

how to plug these events to the gtk widget? This class automatically connects to the window of type “GtkWidget *” using function “gdk_window_add_filter” within method “cLinuxMain_3Dconnexion::Init()”. Here is example how to use this class: int main(int argc, char** argv) { gtk_init(NULL, NULL); // ...
by sergyi
Mon Oct 31, 2011 7:15 am
Forum: Developer's Forum for UNIX and Linux
Topic: GTK+ and 3Dconnexion [SOLVED]
Replies: 2
Views: 63873

GTK+ and 3Dconnexion [SOLVED]

Hello! I would like to share code snippet, which demonstrates how to receive events from 3Dconnexion Space Navigator device under Linux within GTK+ application. The official 3Dconnexion Linux SDK contains example, which uses X Server. That code is redundant and outdated. Please note before reviewing...