-
X Library Question (Mike Foster's X Lib)
Suppose I enable drag for an item like this:
xEnableDrag('thing',startDrag,doDrag,endDrag);
In my startDrag function, how do I get the current event without
using window.event? That is, in the following:
function startDrag() {
// how do I tell if the shiftKey was pressed when this function
// was called?
}
- eric juvet
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks