all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Controlling the mouse button event polling rate?
@ 2015-06-12  8:22 JS Hysing
  2015-06-13  1:12 ` Emanuel Berg
  0 siblings, 1 reply; 2+ messages in thread
From: JS Hysing @ 2015-06-12  8:22 UTC (permalink / raw)
  To: help-gnu-emacs

I have been using artist-mode and noticed that even at moderate mouse movement speeds the mouse event polling rate (here for down-mouse-1) does not seem to keep up (so lines end up with scattered holes in them instead of being continous).

Is there a way to modify or increase the mouse (down) button event polling rate?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Controlling the mouse button event polling rate?
  2015-06-12  8:22 Controlling the mouse button event polling rate? JS Hysing
@ 2015-06-13  1:12 ` Emanuel Berg
  0 siblings, 0 replies; 2+ messages in thread
From: Emanuel Berg @ 2015-06-13  1:12 UTC (permalink / raw)
  To: help-gnu-emacs

JS Hysing <j.s.hysing@gmail.com> writes:

> I have been using artist-mode and noticed that even
> at moderate mouse movement speeds the mouse event
> polling rate (here for down-mouse-1) does not seem
> to keep up (so lines end up with scattered holes in
> them instead of being continous).
>
> Is there a way to modify or increase the mouse
> (down) button event polling rate?

I suspect it isn't polled but interrupt based so the
problem should be a bottleneck before, during, or
after the event, rather than the event itself not
being reported in time due to periodic polling.

Drop the author of the package a mail if you don't get
a better answer here!

-- 
underground experts united
http://user.it.uu.se/~embe8573


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-13  1:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-12  8:22 Controlling the mouse button event polling rate? JS Hysing
2015-06-13  1:12 ` Emanuel Berg

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.