#include <PointerEventMngr.hpp>
|
void | addListener (const PointerListenerRef &l) |
|
void | dispatch (uint16_t type, const jau::fraction_timespec &when, const WindowRef &source, InputModifier mods, PointerType ptype, uint16_t id, jau::math::Vec2i pos, uint16_t clickCount, InputButton button, jau::math::Vec3f rotation, float rotationScale) noexcept |
|
size_t | listenerCount () const noexcept |
|
size_t | removeAllListener () |
|
size_t | removeListener (const PointerListenerRef &l) |
|
Definition at line 46 of file PointerEventMngr.hpp.
◆ dispatch()
void gamp::wt::event::PointerEventManager::dispatch |
( |
uint16_t | type, |
|
|
const jau::fraction_timespec & | when, |
|
|
const WindowRef & | source, |
|
|
InputModifier | mods, |
|
|
PointerType | ptype, |
|
|
uint16_t | id, |
|
|
jau::math::Vec2i | pos, |
|
|
uint16_t | clickCount, |
|
|
InputButton | button, |
|
|
jau::math::Vec3f | rotation, |
|
|
float | rotationScale ) |
|
inlinenoexcept |
◆ addListener()
◆ removeListener()
size_t gamp::wt::event::PointerEventManager::removeListener |
( |
const PointerListenerRef & | l | ) |
|
|
inline |
◆ removeAllListener()
size_t gamp::wt::event::PointerEventManager::removeAllListener |
( |
| ) |
|
|
inline |
◆ listenerCount()
size_t gamp::wt::event::PointerEventManager::listenerCount |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: