glossawy / CCAutotyper

An Autotyper for ComputerCraft players who use servers that have HTTP Disabled!
GNU General Public License v3.0
5 stars 0 forks source link

JNative Dispatch Thread Interferes with JavaFX Application Thread #7

Closed glossawy closed 9 years ago

glossawy commented 9 years ago

The current implementation of alt+S and alt+P causes an IllegalStateException since keyPress is called from the JNativeHooks Dispatch Thread and not the JavaFX Application Thread.

This needs to be resolved using Platform.runLater

glossawy commented 9 years ago

Resolved in Next Release via a Concurrent Linked Queue of key presses