-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 913782c
Showing
60 changed files
with
422 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"java.project.sourcePaths": ["src"], | ||
"java.project.outputPath": "classes", | ||
"java.project.referencedLibraries": { | ||
"include": ["lib/*.jar"] | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Getting Started | ||
|
||
Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code. | ||
|
||
## Folder Structure | ||
|
||
The workspace contains two folders by default, where: | ||
|
||
- `src`: the folder to maintain sources | ||
- `lib`: the folder to maintain dependencies | ||
|
||
Meanwhile, the compiled output files will be generated in the `bin` folder by default. | ||
|
||
> If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there. | ||
## Dependency Management | ||
|
||
The `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies). |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+827 Bytes
classes/com/github/kwhat/jnativehook/AbstractSwingInputAdapter.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.76 KB
classes/com/github/kwhat/jnativehook/GlobalScreen$EventDispatchTask.class
Binary file not shown.
Binary file added
BIN
+1.69 KB
classes/com/github/kwhat/jnativehook/GlobalScreen$NativeHookThread.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+925 Bytes
classes/com/github/kwhat/jnativehook/dispatcher/DefaultDispatchService$1.class
Binary file not shown.
Binary file added
BIN
+786 Bytes
classes/com/github/kwhat/jnativehook/dispatcher/DefaultDispatchService.class
Binary file not shown.
Binary file added
BIN
+1.29 KB
classes/com/github/kwhat/jnativehook/dispatcher/SwingDispatchService.class
Binary file not shown.
Binary file added
BIN
+1.28 KB
classes/com/github/kwhat/jnativehook/dispatcher/VoidDispatchService.class
Binary file not shown.
Binary file added
BIN
+604 Bytes
classes/com/github/kwhat/jnativehook/example/NativeHookDemo$1.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+496 Bytes
classes/com/github/kwhat/jnativehook/keyboard/NativeKeyAdapter.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+685 Bytes
classes/com/github/kwhat/jnativehook/keyboard/NativeKeyListener.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+100 KB
classes/com/github/kwhat/jnativehook/lib/darwin/arm64/libJNativeHook.dylib
Binary file not shown.
Binary file added
BIN
+79.9 KB
classes/com/github/kwhat/jnativehook/lib/darwin/x86_64/libJNativeHook.dylib
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+306 KB
classes/com/github/kwhat/jnativehook/lib/linux/arm64/libJNativeHook.so
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+306 KB
classes/com/github/kwhat/jnativehook/lib/linux/x86_64/libJNativeHook.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+80.5 KB
classes/com/github/kwhat/jnativehook/lib/windows/x86_64/JNativeHook.dll
Binary file not shown.
Binary file added
BIN
+495 Bytes
classes/com/github/kwhat/jnativehook/mouse/NativeMouseAdapter.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+515 Bytes
classes/com/github/kwhat/jnativehook/mouse/NativeMouseInputAdapter.class
Binary file not shown.
Binary file added
BIN
+294 Bytes
classes/com/github/kwhat/jnativehook/mouse/NativeMouseInputListener.class
Binary file not shown.
Binary file added
BIN
+691 Bytes
classes/com/github/kwhat/jnativehook/mouse/NativeMouseListener.class
Binary file not shown.
Binary file added
BIN
+519 Bytes
classes/com/github/kwhat/jnativehook/mouse/NativeMouseMotionAdapter.class
Binary file not shown.
Binary file added
BIN
+618 Bytes
classes/com/github/kwhat/jnativehook/mouse/NativeMouseMotionListener.class
Binary file not shown.
Binary file added
BIN
+515 Bytes
classes/com/github/kwhat/jnativehook/mouse/NativeMouseWheelAdapter.class
Binary file not shown.
Binary file added
BIN
+2.25 KB
classes/com/github/kwhat/jnativehook/mouse/NativeMouseWheelEvent.class
Binary file not shown.
Binary file added
BIN
+542 Bytes
classes/com/github/kwhat/jnativehook/mouse/NativeMouseWheelListener.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.68 KB
classes/com/github/kwhat/jnativehook/mouse/SwingMouseWheelAdapter.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Main-Class: App |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.