mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlCore: Developing Cocoa
git-svn-id: svn://ultimatepp.org/upp/trunk@12082 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e3ea31c161
commit
37cc1d5212
7 changed files with 80 additions and 52 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue