mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlCore: Ctrl::operator^=(Event<>) experimental
git-svn-id: svn://ultimatepp.org/upp/trunk@10320 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c2ae311dd5
commit
7230158dd7
1 changed files with 1 additions and 0 deletions
|
|
@ -1141,6 +1141,7 @@ public:
|
|||
Callback operator<<=(Callback action) { WhenAction = action; return action; }
|
||||
|
||||
Event<>& operator<<(Event<> action) { return WhenAction << action; }
|
||||
Event<>& operator^=(Event<> action) { return WhenAction = action; }
|
||||
|
||||
void SetTimeCallback(int delay_ms, Function<void ()> cb, int id = 0);
|
||||
void KillTimeCallback(int id = 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue