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 KDGui::Window
Inherited by 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(
KDGui::MousePressEvent * ev
) override
|
function mouseReleaseEvent
| void mouseReleaseEvent(
KDGui::MouseReleaseEvent * ev
) override
|
function mouseMoveEvent
| void mouseMoveEvent(
KDGui::MouseMoveEvent * ev
) override
|
function mouseWheelEvent
| void mouseWheelEvent(
KDGui::MouseWheelEvent * ev
) override
|
function keyPressEvent
| void keyPressEvent(
KDGui::KeyPressEvent * ev
) override
|
function keyReleaseEvent
| void keyReleaseEvent(
KDGui::KeyReleaseEvent * ev
) override
|
Public Attributes Documentation
variable cameraController
| KDBindings::Property< CameraController * > cameraController { nullptr };
|
Updated on 2023-07-03 at 11:02:07 +0000