ScottPlot
Loading...
Searching...
No Matches
Properties | List of all members
ScottPlot.Interactivity.IMouseButtonAction Interface Reference

Mouse actions that describe a button changing state. More...

Inheritance diagram for ScottPlot.Interactivity.IMouseButtonAction:
ScottPlot.Interactivity.IMouseAction ScottPlot.Interactivity.IUserAction

Properties

MouseButton Button [get]
 
bool IsPressed [get]
 
- Properties inherited from ScottPlot.Interactivity.IMouseAction
Pixel Pixel [get]
 
- Properties inherited from ScottPlot.Interactivity.IUserAction
string Device [get]
 Name of the thing performing the action but no state. E.g., "left button" or "shift key".
 
string Description [get]
 Description of both the input device and its state. E.g., "left button released" or "shift key pressed".
 
DateTime DateTime [get, set]
 Describes when the event happened. Useful for distinguishing single from double-clicks.
 

Detailed Description

Mouse actions that describe a button changing state.

Property Documentation

◆ Button

MouseButton ScottPlot.Interactivity.IMouseButtonAction.Button
get

◆ IsPressed

bool ScottPlot.Interactivity.IMouseButtonAction.IsPressed
get

The documentation for this interface was generated from the following file: