cordarei / libwm

Automatically exported from code.google.com/p/libwm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle keyboard repeat

GoogleCodeExporter opened this issue · comments

Detect keyboard events caused by keyboard repeat rather than an actuall
keypress. Add information to KeyEvents.

Original issue reported on code.google.com by maililis...@gmail.com on 13 Jul 2009 at 8:46

Added repeat to KeyEvents. Detected on Xlib using XCheckIfEvent and XPutBack 
event by
finding a KeyPress following a KeyRelease with the same event serial number. On
Windows this is done with (HIWORD(lParam) & KF_REPEAT).

Original comment by maililis...@gmail.com on 28 Jul 2009 at 5:10

  • Changed state: Fixed
  • Added labels: Milestone-Release0.1