KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
MouseEvent.h File Reference

This file contains the classes concerned with the movement and activity of mouse. More...

#include "krpch.h"
#include "Event.h"
Include dependency graph for MouseEvent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Karma::MouseMovedEvent
 Event triggered on mouse movement (harkat) More...
 
class  Karma::MouseScrolledEvent
 Event triggered on scrolling of mouse. More...
 
class  Karma::MouseButtonEvent
 Base class for mouse button press and release events. More...
 
class  Karma::MouseButtonPressedEvent
 Event triggered when the mouse button is pressed. More...
 
class  Karma::MouseButtonReleasedEvent
 Event triggered when the mouse button is released. More...
 

Detailed Description

This file contains the classes concerned with the movement and activity of mouse.

Author
Ravi Mohan (the_cowboy)
Version
1.0
Date
November 28, 2020