PluginMouse
The PluginMouse object gives Plugins access to the mouse. It works like the Mouse object and can be obtained using the plugin Plugin:GetMouse() method.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Memory category | Instances |
---|
Member index 1
Description
The PluginMouse object gives Plugins access to the mouse. It works like the Mouse object and can be obtained using the plugin Plugin:GetMouse() method.
Note the PluginMouse can only be used when the plugin has been activated using Plugin:Activate().
In addition to the functions from the Mouse object, the PluginMouse includes the PluginMouse.DragEnter function which keeps track of items being selected while the mouse is dragging.
For more information on how to use mouse objects, see the Mouse page.
History 7
- 648 Change Parameters of DragEnter from (instances: Objects) to (instances: Instances)
- 462 Change ThreadSafety of DragEnter from to Unsafe
- 199 Add DragEnter
- 79 Change Tags of PluginMouse from [preliminary, NotCreatable] to [NotCreatable]
- 78 Change Tags of PluginMouse from [NotCreatable] to [preliminary, NotCreatable]
- 79 Change Tags of PluginMouse from [preliminary, NotCreatable] to [NotCreatable]
- 47 Add PluginMouse
Members 1
DragEnter
Parameters (1) | |
---|---|
instances | Instances |
Fired when Instances are being selected while the mouse is dragging.
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |