mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
docs: Fixes for the API reference
This commit is contained in:
parent
767b14fb2d
commit
28266a59ed
@ -341,11 +341,11 @@ struct _ClutterStageStateEvent
|
||||
* @source: event source actor (unused)
|
||||
* @x: the X coordinate of the pointer, relative to the stage
|
||||
* @y: the Y coordinate of the pointer, relative to the stage
|
||||
* @axes: @x and @y, translated to the axes of @device, or %NULL
|
||||
* @state: (type ClutterModifierType): a bit-mask representing the state
|
||||
* @sequence: the event sequence that this event belongs to
|
||||
* @modifier_state: (type ClutterModifierType): a bit-mask representing the state
|
||||
* of modifier keys (e.g. Control, Shift, and Alt) and the pointer
|
||||
* buttons. See #ClutterModifierType
|
||||
* @sequence: the event sequence that this event belongs to
|
||||
* @axes: reserved
|
||||
* @device: the device that originated the event
|
||||
*
|
||||
* Used for touch events.
|
||||
@ -373,10 +373,9 @@ struct _ClutterTouchEvent
|
||||
|
||||
gfloat x;
|
||||
gfloat y;
|
||||
guint state;
|
||||
ClutterEventSequence *sequence;
|
||||
ClutterModifierType modifier_state;
|
||||
gdouble *axes;
|
||||
gdouble *axes; /* reserved */
|
||||
ClutterInputDevice *device;
|
||||
};
|
||||
|
||||
|
@ -1123,6 +1123,8 @@ ClutterMotionEvent
|
||||
ClutterScrollEvent
|
||||
ClutterStageStateEvent
|
||||
ClutterCrossingEvent
|
||||
ClutterTouchEvent
|
||||
ClutterEventSequence
|
||||
clutter_event_new
|
||||
clutter_event_copy
|
||||
clutter_event_free
|
||||
@ -1142,6 +1144,7 @@ clutter_event_get_stage
|
||||
clutter_event_set_flags
|
||||
clutter_event_get_flags
|
||||
clutter_event_get_axes
|
||||
clutter_event_get_event_sequence
|
||||
|
||||
<SUBSECTION>
|
||||
clutter_event_get
|
||||
@ -1174,6 +1177,8 @@ clutter_event_get_related
|
||||
<SUBSECTION>
|
||||
clutter_event_set_scroll_direction
|
||||
clutter_event_get_scroll_direction
|
||||
clutter_event_get_scroll_delta
|
||||
clutter_event_set_scroll_delta
|
||||
|
||||
<SUBSECTION>
|
||||
clutter_event_set_device
|
||||
|
Loading…
Reference in New Issue
Block a user