Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Properties | List of all members
HPS.MouseEvent Class Reference
Inheritance diagram for HPS.MouseEvent:
HPS.InputEvent HPS.Event

Public Types

enum  Action {
  ButtonUp = 0, ButtonDown = 1, Move = 2, Scroll = 3,
  Enter = 4, Leave = 5
}
 
- Public Types inherited from HPS.Event
enum  Status { InProgress = 0, Completed = 1, Failed = 2 }
 

Public Member Functions

override void Dispose ()
 
 MouseEvent (HPS.MouseEvent.Action in_action, HPS.WindowPoint in_location, HPS.MouseButtons in_button, HPS.ModifierKeys in_modifier, ulong in_click_count)
 
 MouseEvent (HPS.MouseEvent.Action in_action, HPS.WindowPoint in_location, HPS.MouseButtons in_button, HPS.ModifierKeys in_modifier)
 
 MouseEvent (HPS.MouseEvent.Action in_action, HPS.WindowPoint in_location, HPS.MouseButtons in_button)
 
 MouseEvent (HPS.MouseEvent.Action in_action, HPS.WindowPoint in_location)
 
 MouseEvent (HPS.MouseEvent.Action in_action, float in_wheel_delta, HPS.WindowPoint in_location, HPS.ModifierKeys in_modifier, ulong in_click_count)
 
 MouseEvent (HPS.MouseEvent.Action in_action, float in_wheel_delta, HPS.WindowPoint in_location, HPS.ModifierKeys in_modifier)
 
 MouseEvent (HPS.MouseEvent.Action in_action, float in_wheel_delta, HPS.WindowPoint in_location)
 
 MouseEvent (HPS.MouseEvent.Action in_action, float in_wheel_delta)
 
 MouseEvent (HPS.Event in_event)
 
 MouseEvent (HPS.MouseEvent in_that)
 
override HPS.Event Clone ()
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
virtual bool Equals (HPS.MouseEvent in_that)
 
override bool Drop (HPS.Event in_that_event)
 
override IntPtr Freshen ()
 
- Public Member Functions inherited from HPS.InputEvent
 InputEvent (HPS.ModifierKeys in_modifiers)
 
 InputEvent (HPS.InputEvent in_that)
 
override bool Equals (System.Object obj)
 
override int GetHashCode ()
 
virtual bool Equals (HPS.InputEvent in_that)
 
HPS.ModifierKeys GetModifierKeys ()
 
- Public Member Functions inherited from HPS.Event
IntPtr GetClassID ()
 
 Event (IntPtr in_channel)
 
 Event (HPS.Event in_that)
 
IntPtr GetChannel ()
 
double GetTimeStamp ()
 
bool IsConsumable ()
 
delegate IntPtr EventDelegate_0 ()
 
delegate bool EventDelegate_1 (IntPtr in_that_event)
 
delegate IntPtr EventDelegate_2 ()
 
delegate void DtorDelegate (IntPtr cPtr)
 

Static Public Member Functions

static bool operator== (HPS.MouseEvent a, HPS.MouseEvent b)
 
static bool operator!= (HPS.MouseEvent a, HPS.MouseEvent b)
 
- Static Public Member Functions inherited from HPS.InputEvent
static bool operator== (HPS.InputEvent a, HPS.InputEvent b)
 
static bool operator!= (HPS.InputEvent a, HPS.InputEvent b)
 

Protected Member Functions

override void deleteCptr ()
 
- Protected Member Functions inherited from HPS.Event
void DtorCallback (IntPtr p)
 
virtual IntPtr GetNonDirectorClassID ()
 

Properties

HPS.MouseEvent.Action CurrentAction [get, set]
 
HPS.WindowPoint Location [get, set]
 
HPS.MouseButtons CurrentButton [get, set]
 
float WheelDelta [get, set]
 
ulong ClickCount [get, set]
 
- Properties inherited from HPS.InputEvent
HPS.ModifierKeys ModifierKeyState [get, set]
 

Additional Inherited Members

- Protected Attributes inherited from HPS.Event
HandleRef cptr
 
HandleRef scptr
 
bool cMemOwn
 

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