LeVanPhuUIT / jnativehook

Automatically exported from code.google.com/p/jnativehook
0 stars 0 forks source link

Win7 - 64 #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
First, thank you for sharing the jnativehook.It is really a good things for 
me.But it seems that the lib doesn't support win7-64.Please help.

Original issue reported on code.google.com by hjm30684...@gmail.com on 16 May 2013 at 2:04

GoogleCodeExporter commented 8 years ago
Can you please provide more information, error or stack trace?

Original comment by a...@1stleg.com on 18 Jun 2013 at 5:32

GoogleCodeExporter commented 8 years ago
Hi
I have a problem on win 7 x64 (I didn't test on x86), when the application is 
in debug, after the execution stops in a breakpoint the mouse freezes for 10-15 
seconds, after that it works normally until the JVM stops execution at next 
line / next breakpoint.
This looks dangerous as it could potentially freeze the user's mouse while 
using our application. 

Original comment by bogdan.m...@tora.com on 21 Jun 2013 at 7:36

GoogleCodeExporter commented 8 years ago
This is a result of the debugger blocking the native hook thread.  Because the 
native hook callback cannot complete a Java callback to queue an event for 
dispatch it causes input to hang.  I'm not sure there is a good way to resolve 
this problem, but I will leave this bug open until I do a bit more testing.

Original comment by a...@1stleg.com on 3 Jul 2013 at 5:51

GoogleCodeExporter commented 8 years ago
This is related to what is going on in bug #43.

Original comment by a...@1stleg.com on 22 Jan 2014 at 7:35