Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Input::MouseEvent Struct Reference

#include <InputAggregatorInterface.h>

+ Inheritance diagram for Divide::Input::MouseEvent:

Public Member Functions

 MouseEvent (DisplayWindow *sourceWindow, U8 deviceIndex) noexcept
 
const MouseStatestate () const noexcept
 
 PROPERTY_RW (bool, inScenePreviewRect, false)
 
- Public Member Functions inherited from Divide::Input::InputEvent
 InputEvent (DisplayWindow *sourceWindow, U8 deviceIndex) noexcept
 

Protected Attributes

MouseState _state
 

Friends

class Attorney::MouseEventKernel
 
class Attorney::MouseEventInputHandler
 

Additional Inherited Members

- Public Attributes inherited from Divide::Input::InputEvent
U8 _deviceIndex = 0
 
DisplayWindow_sourceWindow = nullptr
 

Detailed Description

Definition at line 62 of file InputAggregatorInterface.h.

Constructor & Destructor Documentation

◆ MouseEvent()

Divide::Input::MouseEvent::MouseEvent ( DisplayWindow sourceWindow,
U8  deviceIndex 
)
explicitnoexcept

Definition at line 62 of file InputAggregatorInterface.cpp.

Member Function Documentation

◆ PROPERTY_RW()

Divide::Input::MouseEvent::PROPERTY_RW ( bool  ,
inScenePreviewRect  ,
false   
)

◆ state()

const MouseState & Divide::Input::MouseEvent::state ( ) const
inlinenoexcept

Definition at line 70 of file InputAggregatorInterface.h.

Friends And Related Function Documentation

◆ Attorney::MouseEventInputHandler

friend class Attorney::MouseEventInputHandler
friend

Definition at line 65 of file InputAggregatorInterface.h.

◆ Attorney::MouseEventKernel

friend class Attorney::MouseEventKernel
friend

Definition at line 64 of file InputAggregatorInterface.h.

Member Data Documentation

◆ _state

MouseState Divide::Input::MouseEvent::_state
protected

Definition at line 75 of file InputAggregatorInterface.h.


The documentation for this struct was generated from the following files: