|
Vesper 0.5.1
Vesper is short form for the Latin word for "Bat", as Vesper is designed to be small, lightweight, and easily handle things like particles and flocking behaviors in accordance with the nature of bats. \n It is meant to be a particle simulation, VFX editor, and CAN be used secondarily as a small game engine. GitHub | Vesper Updates | Creator |
This is the complete list of members for Vesper::MouseScrolledEvent, including all inherited members.
| GetCategoryFlags() const =0 | Vesper::Event | pure virtual |
| GetEventType() const =0 | Vesper::Event | pure virtual |
| GetName() const =0 | Vesper::Event | pure virtual |
| GetXOffset() const | Vesper::MouseScrolledEvent | inline |
| GetYOffset() const | Vesper::MouseScrolledEvent | inline |
| Handled | Vesper::Event | |
| IsInCategory(EventCategory category) | Vesper::Event | inline |
| m_XOffset | Vesper::MouseScrolledEvent | private |
| m_YOffset | Vesper::MouseScrolledEvent | private |
| MouseScrolledEvent(float xOffset, float yOffset) | Vesper::MouseScrolledEvent | inline |
| ToString() const override | Vesper::MouseScrolledEvent | inlinevirtual |
| ~Event()=default | Vesper::Event | virtual |