diff options
Diffstat (limited to 'macosx/plugins/DFInput/macsrc/MappingCell.m')
| -rw-r--r-- | macosx/plugins/DFInput/macsrc/MappingCell.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/plugins/DFInput/macsrc/MappingCell.m b/macosx/plugins/DFInput/macsrc/MappingCell.m index 812adf42..0fb43bd1 100644 --- a/macosx/plugins/DFInput/macsrc/MappingCell.m +++ b/macosx/plugins/DFInput/macsrc/MappingCell.m @@ -48,6 +48,8 @@ /* delay for a little while to allow user to release the button pressed to activate the element */ [NSThread sleepUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.15]]; + InitAxisPos(whichPad); + /* wait for 10 seconds for user to press a key */ for (i = 0; i < 10; i++) { [NSApp runModalSession:session]; |
