9 messages in net.java.dev.jna.usersRe: [jna-users] X11 and XNextEvent
FromSent OnAttachments
Benjamin BOUCHERAug 17, 2008 1:39 pm 
Stefan EndrullisAug 17, 2008 3:32 pm 
Stefan EndrullisAug 18, 2008 4:01 am 
Benjamin BOUCHERAug 18, 2008 5:39 am 
Stefan EndrullisAug 18, 2008 7:06 am 
Stefan EndrullisAug 30, 2008 7:36 am 
Benjamin BOUCHERAug 30, 2008 8:55 am 
Stefan EndrullisAug 30, 2008 12:19 pm 
Stefan EndrullisAug 31, 2008 12:04 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] X11 and XNextEventActions...
From:Stefan Endrullis (ste@endrullis.de)
Date:Aug 17, 2008 3:32:03 pm
List:net.java.dev.jna.users

Hi Benjamin,

the X11 Java class in JNA is still far from being complete. Currently there are no functions and structures in this class to handle XEvents.

If you want to extends the X11 class, your welcome!

Regards, Stefan

Benjamin BOUCHER schrieb:

Hi,

Why does the X11 interface not contain the XNextEvent function as well as ButtonPress, Button1,etc... constants ? Yet, I saw threads on the web which references it. should I implement it myself or is there another way to manage events from X11 with JNA ?

regards,