mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-11 14:22:58 -06:00
Turtle: MouseIn() method implemented. (using onmouseover event)
git-svn-id: svn://ultimatepp.org/upp/trunk@15013 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
dda2fb3af3
commit
00048c19ca
4 changed files with 18 additions and 3 deletions
|
|
@ -13,6 +13,7 @@ bool TurtleServer::debugmode;
|
|||
WebSocket TurtleServer::websocket;
|
||||
int TurtleServer::mainpid;
|
||||
bool TurtleServer::quit;
|
||||
bool TurtleServer::mousein;
|
||||
dword TurtleServer::mousebuttons = 0;
|
||||
dword TurtleServer::modifierkeys = 0;
|
||||
Size TurtleServer::desktopsize = Size(1024, 1024);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue