Dinesh966 / jnativehook

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

some keys not working #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
hi there when running the example, every thing works except:

nativeKeyTyped --> gives undefined.
nativeMouseClicked, nativeMousePressed, nativeMouseReleased won't give any 
output (as if the event doesn't get triggered)

What version of the product are you using? On what operating system?
i'm using "JNativeHook-1.1.0_rc2"
windows 7 64-bit.
compiled and ran using processing.

(Note: the .jar file/library  example worked prefectly)
processing has built in methods: mousePressed ,keyPressed...
nativeKeyPressed works correctly whereas nativeMousePressed doesn't.

Original issue reported on code.google.com by dreadlor...@gmail.com on 3 Jul 2012 at 5:04

GoogleCodeExporter commented 8 years ago
I'm fairly certain there is an optimization problem with RC2.  Can you test 
with the test1 and test2 jar files attached to comment 1 of bug 12 and see if 
has the same issue?

http://code.google.com/p/jnativehook/issues/detail?id=12#c1

Original comment by alex%1st...@gtempaccount.com on 6 Jul 2012 at 3:24

GoogleCodeExporter commented 8 years ago
hi there, after the wiki-example 's approach failed to work, i downloaded the 
copy of JNativeHook with source/.java code, and i implemented something similar 
to the class "NativeHookDemo" and it's working perfectly; as it worked when 
running the .jar-library file.
Thank you very mutch (Y)

Original comment by dreadlor...@gmail.com on 6 Jul 2012 at 8:02

GoogleCodeExporter commented 8 years ago

Original comment by alex%1st...@gtempaccount.com on 9 Jul 2012 at 9:11