NativeHookB4j
there is a way to make the library into one ui application?
Non-UI Works well:
Can i get the same functionality in an UI application ?
TNXXXXXXXXX
there is a way to make the library into one ui application?
Non-UI Works well:
B4X:
Sub AppStart(Args() As String)
NH.Initialize("NH", Me)
NH.startNativeMouseInputListener
NH.enableKillCode
NH.EnableEventConsumption
StartMessageLoop
End Sub
Sub NH_NativeMouseClicked(nme As NativeMouseEvent) As Boolean
Log("CLICK")
Return True
End Sub
Can i get the same functionality in an UI application ?
TNXXXXXXXXX