Murl::Input::IPlane Interface Referenceabstract
#include "murl_input_i_plane.h"
Inherited by Murl::Input::EllipticTouchArea, and Murl::Input::RectangularTouchArea.
Public Member Functions | |
virtual void | SetSize (Real sizeX, Real sizeY)=0 |
Set the width and height of the plane. More... | |
virtual Real | GetSizeX () const =0 |
Get the width of the plane. More... | |
virtual Real | GetSizeY () const =0 |
Get the height of the plane. More... | |
virtual void | SetOffset (Real offsetX, Real offsetY)=0 |
Set the horizontal and vertical offset of the plane. More... | |
virtual Real | GetOffsetX () const =0 |
Get the horizontal offset of the plane. More... | |
virtual Real | GetOffsetY () const =0 |
Get the vertical offset of the plane. More... | |
Detailed Description
The IPlane interface.
Member Function Documentation
◆ SetSize()
Set the width and height of the plane.
- Parameters
-
sizeX The width of the plane. sizeY The height of the plane.
◆ GetSizeX()
|
pure virtual |
Get the width of the plane.
- Returns
- The width of the plane.
◆ GetSizeY()
|
pure virtual |
Get the height of the plane.
- Returns
- The height of the plane.
◆ SetOffset()
Set the horizontal and vertical offset of the plane.
- Parameters
-
offsetX The horizontal offset. offsetY The vertical offset.
◆ GetOffsetX()
|
pure virtual |
Get the horizontal offset of the plane.
- Returns
- The horizontal offset.
◆ GetOffsetY()
|
pure virtual |
Get the vertical offset of the plane.
- Returns
- The vertical offset.
The documentation for this interface was generated from the following file:
- murl_input_i_plane.h