~ubuntu-branches/ubuntu/trusty/psychtoolbox-3/trusty-proposed

« back to all changes in this revision

Viewing changes to PsychSourceGL/Source/Common/PsychHID/PsychHIDKbQueueStart.c

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2013-11-19 23:34:50 UTC
  • mfrom: (3.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20131119233450-f7nf92vb8qavjmk8
Tags: 3.0.11.20131017.dfsg1-3
Upload to unsable since fresh glew has arrived to sid!

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
#if PSYCH_SYSTEM == PSYCH_OSX
109
109
#include "PsychHIDKbQueue.h"
110
110
 
 
111
extern UInt32 modifierKeyState;
111
112
extern AbsoluteTime *psychHIDKbQueueFirstPress;
112
113
extern AbsoluteTime *psychHIDKbQueueFirstRelease;
113
114
extern AbsoluteTime *psychHIDKbQueueLastPress;
138
139
                                psychHIDKbQueueLastRelease[i].hi=0;
139
140
                                psychHIDKbQueueLastRelease[i].lo=0;
140
141
                        }
 
142
 
 
143
            modifierKeyState = 0;
141
144
                }
142
145
                pthread_mutex_unlock(&psychHIDKbQueueMutex);
143
146
                {