Cleanup of the Android cursor shape logic
This commit is contained in:
@ -50,6 +50,9 @@ private:
|
||||
public:
|
||||
GodotJavaViewWrapper(jobject godot_view);
|
||||
|
||||
bool can_update_pointer_icon() const;
|
||||
bool can_capture_pointer() const;
|
||||
|
||||
void request_pointer_capture();
|
||||
void release_pointer_capture();
|
||||
void set_pointer_icon(int pointer_type);
|
||||
|
||||
Reference in New Issue
Block a user