You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
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