mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Cleaned up main.cpp
Added functionality to send Lua scripts over the network
This commit is contained in:
@@ -89,6 +89,7 @@ public:
|
||||
void mouseButtonCallback(int key, int action);
|
||||
void mousePositionCallback(int x, int y);
|
||||
void mouseScrollWheelCallback(int pos);
|
||||
void externalControlCallback(const char* receivedChars, int size, int clientId);
|
||||
|
||||
void encode();
|
||||
void decode();
|
||||
|
||||
Reference in New Issue
Block a user