![]() |
Wise&mystical
1.0
Project about Europe
|
#include <cocoa_platform.h>
Public Attributes | |
CGEventSourceRef | eventSource |
id | delegate |
GLFWbool | cursorHidden |
TISInputSourceRef | inputSource |
IOHIDManagerRef | hidManager |
id | unicodeData |
id | helper |
id | keyUpMonitor |
id | nibObjects |
char | keynames [GLFW_KEY_LAST+1][17] |
short int | keycodes [256] |
short int | scancodes [GLFW_KEY_LAST+1] |
char * | clipboardString |
CGPoint | cascadePoint |
double | restoreCursorPosX |
double | restoreCursorPosY |
_GLFWwindow * | disabledCursorWindow |
struct { | |
CFBundleRef bundle | |
PFN_TISCopyCurrentKeyboardLayoutInputSource CopyCurrentKeyboardLayoutInputSource | |
PFN_TISGetInputSourceProperty GetInputSourceProperty | |
PFN_LMGetKbdType GetKbdType | |
CFStringRef kPropertyUnicodeKeyLayoutData | |
} | tis |
Definition at line 136 of file cocoa_platform.h.
CFBundleRef _GLFWlibraryNS::bundle |
Definition at line 159 of file cocoa_platform.h.
CGPoint _GLFWlibraryNS::cascadePoint |
Definition at line 152 of file cocoa_platform.h.
char* _GLFWlibraryNS::clipboardString |
Definition at line 151 of file cocoa_platform.h.
PFN_TISCopyCurrentKeyboardLayoutInputSource _GLFWlibraryNS::CopyCurrentKeyboardLayoutInputSource |
Definition at line 160 of file cocoa_platform.h.
GLFWbool _GLFWlibraryNS::cursorHidden |
Definition at line 140 of file cocoa_platform.h.
id _GLFWlibraryNS::delegate |
Definition at line 139 of file cocoa_platform.h.
_GLFWwindow* _GLFWlibraryNS::disabledCursorWindow |
Definition at line 156 of file cocoa_platform.h.
CGEventSourceRef _GLFWlibraryNS::eventSource |
Definition at line 138 of file cocoa_platform.h.
PFN_TISGetInputSourceProperty _GLFWlibraryNS::GetInputSourceProperty |
Definition at line 161 of file cocoa_platform.h.
PFN_LMGetKbdType _GLFWlibraryNS::GetKbdType |
Definition at line 162 of file cocoa_platform.h.
id _GLFWlibraryNS::helper |
Definition at line 144 of file cocoa_platform.h.
IOHIDManagerRef _GLFWlibraryNS::hidManager |
Definition at line 142 of file cocoa_platform.h.
TISInputSourceRef _GLFWlibraryNS::inputSource |
Definition at line 141 of file cocoa_platform.h.
short int _GLFWlibraryNS::keycodes[256] |
Definition at line 149 of file cocoa_platform.h.
char _GLFWlibraryNS::keynames[GLFW_KEY_LAST+1][17] |
Definition at line 148 of file cocoa_platform.h.
id _GLFWlibraryNS::keyUpMonitor |
Definition at line 145 of file cocoa_platform.h.
CFStringRef _GLFWlibraryNS::kPropertyUnicodeKeyLayoutData |
Definition at line 163 of file cocoa_platform.h.
id _GLFWlibraryNS::nibObjects |
Definition at line 146 of file cocoa_platform.h.
double _GLFWlibraryNS::restoreCursorPosX |
Definition at line 154 of file cocoa_platform.h.
double _GLFWlibraryNS::restoreCursorPosY |
Definition at line 154 of file cocoa_platform.h.
short int _GLFWlibraryNS::scancodes[GLFW_KEY_LAST+1] |
Definition at line 150 of file cocoa_platform.h.
struct { ... } _GLFWlibraryNS::tis |
id _GLFWlibraryNS::unicodeData |
Definition at line 143 of file cocoa_platform.h.