Kuesa::Serenity::Window
Provides a convenient way of creating a Window to be used with the KuesaSerenity renderer. More...
#include <Kuesa/Serenity/api/window.h>
Inherits from Serenity::Window
Public Functions
Protected Functions
Public Attributes
Detailed Description
| class Kuesa::Serenity::Window;
|
Provides a convenient way of creating a Window to be used with the KuesaSerenity renderer.
Since: Kuesa 2.0
Public Functions Documentation
function Window
Protected Functions Documentation
function mousePressEvent
| void mousePressEvent(
::Serenity::MousePressEvent * ev
) override
|
function mouseReleaseEvent
| void mouseReleaseEvent(
::Serenity::MouseReleaseEvent * ev
) override
|
function mouseMoveEvent
| void mouseMoveEvent(
::Serenity::MouseMoveEvent * ev
) override
|
function mouseWheelEvent
| void mouseWheelEvent(
::Serenity::MouseWheelEvent * ev
) override
|
function keyPressEvent
| void keyPressEvent(
::Serenity::KeyPressEvent * ev
) override
|
function keyReleaseEvent
| void keyReleaseEvent(
::Serenity::KeyReleaseEvent * ev
) override
|
Public Attributes Documentation
variable cameraController
| Property< CameraController * > cameraController { nullptr };
|
Updated on 2022-10-18 at 11:12:51 +0200