Search Results for

    Show / Hide Table of Contents

    Class Window.MouseButtonDelegate

    Perform mouse buttons action.

    Inheritance
    System.Object
    Window.MouseButtonDelegate
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class MouseButtonDelegate : MulticastDelegate

    Constructors

    MouseButtonDelegate(Object, IntPtr)

    Declaration
    public MouseButtonDelegate(object object, IntPtr method)
    Parameters
    System.Object object

    System.IntPtr method

    Methods

    BeginInvoke(ref Float2, MouseButton, ref Boolean, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ref Float2 mouse, MouseButton button, ref bool handled, AsyncCallback callback, object object)
    Parameters
    Float2 mouse

    MouseButton button

    System.Boolean handled

    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(ref Float2, ref Boolean, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref Float2 mouse, ref bool handled, IAsyncResult result)
    Parameters
    Float2 mouse

    System.Boolean handled

    System.IAsyncResult result

    Invoke(ref Float2, MouseButton, ref Boolean)

    Declaration
    public virtual void Invoke(ref Float2 mouse, MouseButton button, ref bool handled)
    Parameters
    Float2 mouse

    MouseButton button

    System.Boolean handled

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat