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