@@ -918,7 +918,8 @@ Reads all input from SDL, preprocesses it and stores it in the `Toolbox` event c
**Usage**
Todo
- Construct object
- At the beginning of each frame, call `update` to update the `Toolbox` event chain
**Constructors and Destructors**
...
...
@@ -955,7 +956,22 @@ Represents a message to one of the components
**Usage**
Todo
- Construct object using a message, e.g. `WAVEMESSAGE::RESET_DAMPING` or `PATTERNMESSAGE::PATTERN_SSH` (see `*MESSAGE` types in [enums](#enums-enumshpp))
-`PeventFactory(const int screen_w, const int screen_h, const int texture_w, const int texture_h, const int texoffset_left, const int texoffset_right, const int texoffset_bottom, const int texoffset_top)`
- This constructor should be changed to take a `Toolbox` instead.
**Public Function Members**
-`Pevent operator()(const SDL_Event&) const`
...
...
@@ -1458,7 +1475,7 @@ Todo
**Public Data Members**
Todo
N/A
**Private Data Members**
Only relevant members are listed
...
...
@@ -1483,7 +1500,7 @@ Only relevant members are listed
This class predates the Toolbox and is not yet well integrated into the flow. All member functions assume the object is fully initialized.