This would solve my problem posed in this related thread:
How to include mouse cursor (at its screen location) when capturing B4J application screenshots? | B4X Programming Forum
As I will then display this imageview (at captured mouse cursor location), prior to calling:
*Note: This approach is currently working for me, displaying pointer and hand cursor images that I've predefined (stored to and loaded from app dir). However, the transparent cursor images I manually create or pull from web are not exactly the same, and I don't want to have to try and predefine all possible cursors; never mind maintaining different cursor images across multiple OSs.
How to include mouse cursor (at its screen location) when capturing B4J application screenshots? | B4X Programming Forum
As I will then display this imageview (at captured mouse cursor location), prior to calling:
B4X:
joR.InitializeNewInstance("java.awt.Rectangle", Array As Object(wl, wt, ww, wh))
*Note: This approach is currently working for me, displaying pointer and hand cursor images that I've predefined (stored to and loaded from app dir). However, the transparent cursor images I manually create or pull from web are not exactly the same, and I don't want to have to try and predefine all possible cursors; never mind maintaining different cursor images across multiple OSs.
Last edited: