Find the answer to your Linux question:
Results 1 to 3 of 3
Hi , My query is how can my application send the events and implements the single click and double click events with out interfacing to the actual device i.e without ...
  1. #1
    Just Joined!
    Join Date
    May 2006
    Posts
    24

    Thumbs up how can my application



    Hi ,
    My query is how can my application send the events and implements the single click and double click events with out interfacing to the actual device i.e without a device my application has to send the events and implement single and double click events. Please inform me about what are all the APIs which can be used.

  2. #2
    Linux Engineer Javasnob's Avatar
    Join Date
    Jul 2005
    Location
    Wisconsin
    Posts
    942
    Code:
    man XSendEvent
    Also, look here for all your Xlib programming needs (It's been my second Bible for the past few months): http://tronche.com/gui/x/xlib-tutorial/
    Flies of a particular kind, i.e. time-flies, are fond of an arrow.

    Registered Linux User #408794

  3. #3
    Linux Newbie RustamB's Avatar
    Join Date
    Aug 2005
    Location
    Baku, Azerbaijan
    Posts
    214
    What exactly do you want to do? Fire mouse click events programmatically or write a listener for mouse events? What programming language do you use?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •