![]() |
| | #1 |
| Registered User Join Date: Jan 2002
Posts: 6
| mouse handling and X11 I am sorry for asking this, but I am fairly new to programming under linux. I have checked out SDL's input system, but it doesn't seem to work as I am not using an SDL window, and because of that, SDL won't handle the events. Thanks in advance. |
| mike9010 is offline | |
| | #2 |
| Registered User Join Date: Aug 2001
Posts: 202
| The most popular gui programming toolkits are Qt and GTK+. I think Qt is in c++ and GTK+ is in C, but you might want to double check on that. Doing a google search for either one of those should turn up a few results. starX www.axisoftime.com |
| starX is offline | |
| | #3 |
| Registered User Join Date: Jan 2002
Posts: 6
| I think you missed the point. I want to be able to handle mouse events. Basically, I am writing a 'mouse' plugin for a program. The only think of usefulness I get is a pointer to the x display. Because that display is not SDL, I can not use it to handle mouse events, so I am looking for some way of handling the events. GTK or QT do not really have support for what I am looking for. Maybe I should look at the xlib api. |
| mike9010 is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 30something GSOH seeks help with the basics of a minor programme | promsan | C Programming | 3 | 05-13-2007 08:55 AM |