Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/ghost/intern/GHOST_EventDragnDrop.h')
-rw-r--r--intern/ghost/intern/GHOST_EventDragnDrop.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/intern/ghost/intern/GHOST_EventDragnDrop.h b/intern/ghost/intern/GHOST_EventDragnDrop.h
index 10975792993..a86b8302bf5 100644
--- a/intern/ghost/intern/GHOST_EventDragnDrop.h
+++ b/intern/ghost/intern/GHOST_EventDragnDrop.h
@@ -64,13 +64,13 @@ class GHOST_EventDragnDrop : public GHOST_Event {
public:
/**
* Constructor.
- * \param time The time this event was generated.
- * \param type The type of this event.
- * \param dataType The type of the drop candidate object
- * \param window The window where the event occurred
- * \param x The x-coordinate of the location the cursor was at the time of the event.
- * \param y The y-coordinate of the location the cursor was at the time of the event.
- * \param data The "content" dropped in the window
+ * \param time: The time this event was generated.
+ * \param type: The type of this event.
+ * \param dataType: The type of the drop candidate object.
+ * \param window: The window where the event occurred.
+ * \param x: The x-coordinate of the location the cursor was at the time of the event.
+ * \param y: The y-coordinate of the location the cursor was at the time of the event.
+ * \param data: The "content" dropped in the window.
*/
GHOST_EventDragnDrop(GHOST_TUns64 time,
GHOST_TEventType type,