Uses of Class
com.github.kwhat.jnativehook.NativeSystem.Arch
-
Packages that use NativeSystem.Arch Package Description com.github.kwhat.jnativehook -
-
Uses of NativeSystem.Arch in com.github.kwhat.jnativehook
Methods in com.github.kwhat.jnativehook that return NativeSystem.Arch Modifier and Type Method Description static NativeSystem.Arch
NativeSystem. getArchitecture()
Determines the current system architecture.static NativeSystem.Arch
NativeSystem.Arch. valueOf(String name)
Returns the enum constant of this type with the specified name.static NativeSystem.Arch[]
NativeSystem.Arch. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-