CtrlCore: Developing Cocoa

git-svn-id: svn://ultimatepp.org/upp/trunk@12082 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-07-17 14:08:28 +00:00
parent e3ea31c161
commit 37cc1d5212
7 changed files with 80 additions and 52 deletions

View file

@ -6,15 +6,6 @@
NAMESPACE_UPP
bool GetShift() { return false; }
bool GetCtrl() { return false; }
bool GetAlt() { return false; }
bool GetCapsLock() { return false; }
bool GetMouseLeft() { return false; }
bool GetMouseRight() { return false; }
bool GetMouseMiddle() { return false; }
Point GetMousePos() { return Point(0, 0); }
void ChHostSkin(void)
{
}