Skip to content

Pixellated Mouse Cursor - Found The Source + Need Fix #1045

Answered by AlmasB
nicolasbulgarides asked this question in Q&A
Discussion options

You must be logged in to vote

@nicolasbulgarides This is now implemented, you can use:

settings.setDefaultCursor(new CursorInfo("file.png", hotspotX, hotspotY));

To get the latest build, you can use this:

<dependencies>
    <dependency>
        <groupId>com.github.almasb</groupId>
        <artifactId>fxgl</artifactId>
        <version>dev-SNAPSHOT</version>
    </dependency>
</dependencies>

<repositories>
    <repository>
        <id>oss.sonatype.org-snapshot</id>
        <url>http://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
</repositories>

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@nicolasbulgarides
Comment options

@AlmasB
Comment options

Answer selected by nicolasbulgarides
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants