class MousePanelEvent
Mouse related .
public Vector2 LocalPosition
Position of the cursor relative to the panel's top left corner at the time the event was triggered.
public string Button
Which button triggered the event, in string form.
public MouseButtons MouseButton { get; set; }
Which button triggered the event, as a enum.
public string Name { get; set; }
😔 No documentation found.
public object Value { get; set; }
😔 No documentation found.
public float Time { get; set; }
😔 No documentation found.
public string Button { get; set; }
😔 No documentation found.
public Panel This { get; set; }
😔 No documentation found.
public Panel Target { get; set; }
😔 No documentation found.
public bool Is( string name )
😔 No documentation found.
public void StopPropagation( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public MousePanelEvent( string event_name, Panel active, string button )
😔 No documentation found.