Added virtual pointer protocol
This commit is contained in:
parent
ac7903f521
commit
d438bd970a
7 changed files with 45 additions and 8 deletions
|
|
@ -62,6 +62,10 @@ namespace Events {
|
|||
|
||||
LISTENER(newInput);
|
||||
|
||||
// Virt Ptr
|
||||
LISTENER(newVirtPtr);
|
||||
DYNLISTENFUNC(destroyMouse);
|
||||
|
||||
DYNLISTENFUNC(keyboardKey);
|
||||
DYNLISTENFUNC(keyboardMod);
|
||||
DYNLISTENFUNC(keyboardDestroy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue