This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 15959b401d7f06790ed593ba0515b9502fce9502 (commit) from 4439632f9d4310733582659f9463f979de583b4a (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/15959b401d7f06790ed593ba0515b9502fce9...
commit 15959b401d7f06790ed593ba0515b9502fce9502 Author: Cyril Hrubis metan@ucw.cz Date: Tue Dec 18 18:33:36 2012 +0100
doc: input: Clarify wording in few cases.
diff --git a/doc/input.txt b/doc/input.txt index 6a85ebf..cdb7cc9 100644 --- a/doc/input.txt +++ b/doc/input.txt @@ -11,10 +11,11 @@ is created only together with graphics driver, this is the case for example for X Window backends or SDL backends.
The basic structure is roughly modeled after Linux kernel input API. The main -difference is that events that belongs together are delivered together. For -example mouse coordinates are bundled in one event. +difference is that events that belongs together are delivered together (the +kernel input API sends one event for each value i.e. x or y coordinate and has +sync event that finalizes the changes in the values).
-For example usage see backend link:example_input.html[example]. +For example usage see input events link:example_input.html[example].
Event Structure Description ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -156,12 +157,12 @@ The 'dev_id' is not used at the moment and may be removed. The timeval structure 'time' holds time when the event was created (or received by GFXprim input driver).
-The 'cursor_x' and 'cursor_y' holds pointer coodinates merged from all input -sources. +The 'cursor_x' and 'cursor_y' holds current pointer coodinates. (All relative +and absolute events are mixed together to compute current cursor position.)
The 'key_pressed' is bitflag array of currently pressed keys which is useful -for using keys as modificators. The array holds most of the standard keyboard -keys and mouse buttons. +for using keys as modificators. The array always holds state of the standard +keyboard keys and mouse buttons.
Event API ~~~~~~~~~
-----------------------------------------------------------------------
Summary of changes: doc/input.txt | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.