-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 1.4.0
-
Component/s: client-libs
-
beta2
-
sparc
-
solaris_7
static void robot_keyEvent(RCmdKey * cmd, Boolean isDown) {
robot_traceln("CHILD: robot_mouseButtonEvent key = 0x%x, isDown = %d", cmd->keySym, isDown);
The traceln should say robot_keyEvent, not mouse event
robot_traceln("CHILD: robot_mouseButtonEvent key = 0x%x, isDown = %d", cmd->keySym, isDown);
The traceln should say robot_keyEvent, not mouse event