|
HikoGUI
A low latency retained GUI
|
Enable a class to be used in a group_ptr.
This class has the following public function:
notify_group_ptr(...)notify_group_ptr(...) will call the callback with the prototype Proto that has been registered with the each group_ptr that point to this.
| T | The type of the derived class. |
| Proto | the optional prototype of the callback function that is registered with the group_ptr in the form: void(...). If not specified the default void() is used. |