i6engine
1.0
|
updates mouse position More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/configs/InputConfig.h>
Public Member Functions | |
Input_Mouse_Update () | |
Input_Mouse_Update (const int32_t a, const int32_t b) | |
Input_Mouse_Update * | copy () |
Copy method returning an exact copy of itself. More... | |
Public Member Functions inherited from i6e::core::MessageStruct | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
MessageStruct () | |
Default constructor for MessageStruct. More... | |
MessageStruct (const MessageStruct &other) | |
Copy constructor for MessageStruct. More... | |
MessageStruct (const int64_t id, const IPKey &send, const int64_t waitID) | |
Constructor for MessageStruct. More... | |
MessageStruct (int64_t id, int64_t waitID) | |
virtual | ~MessageStruct () |
Virtual destructor. More... | |
int64_t | getID () const |
returns the id More... | |
int64_t | getWaitID () const |
returns the waitForId More... | |
Public Attributes | |
int32_t | intNewX |
int32_t | intNewY |
Public Attributes inherited from i6e::core::MessageStruct | |
int64_t | _id |
IPKey | _sender |
int64_t | _waitForId |
updates mouse position
Definition at line 63 of file InputConfig.h.
|
inline |
Definition at line 66 of file InputConfig.h.
i6e::api::input::Input_Mouse_Update::Input_Mouse_Update | ( | const int32_t | a, |
const int32_t | b | ||
) |
|
inlinevirtual |
Copy method returning an exact copy of itself.
Reimplemented from i6e::core::MessageStruct.
Definition at line 68 of file InputConfig.h.
int32_t i6e::api::input::Input_Mouse_Update::intNewX |
Definition at line 64 of file InputConfig.h.
int32_t i6e::api::input::Input_Mouse_Update::intNewY |
Definition at line 65 of file InputConfig.h.