Search found 2 matches

by WZJ
13 Feb 2018, 04:29
Forum: Bug reports
Topic: a bug of getting the mouse position
Replies: 2
Views: 2068

Re: a bug of getting the mouse position

coppelia wrote: 13 Feb 2018, 03:19 Hello,

which V-REP version and platform are you using? It seems to be working fine in V-REP V3.5.0

Cheers
well, wonderful. my version is V3.4.0 and when i download V3.5.0, it can Perfectly solute this problem.

cheers~!
by WZJ
12 Feb 2018, 10:34
Forum: Bug reports
Topic: a bug of getting the mouse position
Replies: 2
Views: 2068

a bug of getting the mouse position

i use the code to get my mouse x and y position x_pos = simGetInt32Parameter(sim_intparam_mouse_x) y_pos = simGetInt32Parameter(sim_intparam_mouse_y) print(x_pos, y_pos,) but the data y_pos is the same as x_pos. Even if i change my code like this. y_pos = simGetInt32Parameter(sim_intparam_mouse_y) p...