Indicates which hand the user is.
Definition at line 394 of file FXProcess.h.
00395 { 00396 UNKNOWN_HANDED=0, 00397 LEFT_HANDED=1, 00398 RIGHT_HANDED=2 00399 };