#include <cocoa_platform.h>
Public Attributes | |
| id | autoreleasePool |
| CGPoint | cascadePoint |
| char * | clipboardString |
| GLFWbool | cursorHidden |
| id | delegate |
| _GLFWwindow * | disabledCursorWindow |
| CGEventSourceRef | eventSource |
| IOHIDManagerRef | hidManager |
| TISInputSourceRef | inputSource |
| short int | keycodes [256] |
| char | keyName [64] |
| id | listener |
| double | restoreCursorPosX |
| double | restoreCursorPosY |
| short int | scancodes [GLFW_KEY_LAST+1] |
| struct { | |
| CFBundleRef bundle | |
| PFN_TISCopyCurrentKeyboardLayoutInputSource CopyCurrentKeyboardLayoutInputSource | |
| PFN_TISGetInputSourceProperty GetInputSourceProperty | |
| PFN_LMGetKbdType GetKbdType | |
| CFStringRef kPropertyUnicodeKeyLayoutData | |
| } | tis |
| id | unicodeData |
Definition at line 103 of file cocoa_platform.h.
| id _GLFWlibraryNS::autoreleasePool |
Definition at line 107 of file cocoa_platform.h.
| CFBundleRef _GLFWlibraryNS::bundle |
Definition at line 125 of file cocoa_platform.h.
| CGPoint _GLFWlibraryNS::cascadePoint |
Definition at line 118 of file cocoa_platform.h.
| char* _GLFWlibraryNS::clipboardString |
Definition at line 117 of file cocoa_platform.h.
| PFN_TISCopyCurrentKeyboardLayoutInputSource _GLFWlibraryNS::CopyCurrentKeyboardLayoutInputSource |
Definition at line 126 of file cocoa_platform.h.
| GLFWbool _GLFWlibraryNS::cursorHidden |
Definition at line 108 of file cocoa_platform.h.
| id _GLFWlibraryNS::delegate |
Definition at line 106 of file cocoa_platform.h.
| _GLFWwindow* _GLFWlibraryNS::disabledCursorWindow |
Definition at line 122 of file cocoa_platform.h.
| CGEventSourceRef _GLFWlibraryNS::eventSource |
Definition at line 105 of file cocoa_platform.h.
| PFN_TISGetInputSourceProperty _GLFWlibraryNS::GetInputSourceProperty |
Definition at line 127 of file cocoa_platform.h.
| PFN_LMGetKbdType _GLFWlibraryNS::GetKbdType |
Definition at line 128 of file cocoa_platform.h.
| IOHIDManagerRef _GLFWlibraryNS::hidManager |
Definition at line 110 of file cocoa_platform.h.
| TISInputSourceRef _GLFWlibraryNS::inputSource |
Definition at line 109 of file cocoa_platform.h.
| short int _GLFWlibraryNS::keycodes[256] |
Definition at line 115 of file cocoa_platform.h.
| char _GLFWlibraryNS::keyName[64] |
Definition at line 114 of file cocoa_platform.h.
| CFStringRef _GLFWlibraryNS::kPropertyUnicodeKeyLayoutData |
Definition at line 129 of file cocoa_platform.h.
| id _GLFWlibraryNS::listener |
Definition at line 112 of file cocoa_platform.h.
| double _GLFWlibraryNS::restoreCursorPosX |
Definition at line 120 of file cocoa_platform.h.
| double _GLFWlibraryNS::restoreCursorPosY |
Definition at line 120 of file cocoa_platform.h.
| short int _GLFWlibraryNS::scancodes[GLFW_KEY_LAST+1] |
Definition at line 116 of file cocoa_platform.h.
| struct { ... } _GLFWlibraryNS::tis |
| id _GLFWlibraryNS::unicodeData |
Definition at line 111 of file cocoa_platform.h.