Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShowMouse toimii väärin #74

Closed
valscion opened this issue Jun 8, 2012 · 0 comments
Closed

ShowMouse toimii väärin #74

valscion opened this issue Jun 8, 2012 · 0 comments
Labels

Comments

@valscion
Copy link
Contributor

valscion commented Jun 8, 2012

AddText "F1 = hide cursor"
AddText "F2 = show cursor"
AddText "F3 = custom pointer"
AddText "F4 = custom target"

pointer=LoadImage("Media\cursor.bmp")
crosshair=LoadImage("Media\crosshair.bmp")

Repeat

    If KeyDown(cbkeyf1) Then ShowMouse OFF
    If KeyDown(cbkeyf2) Then ShowMouse ON

    If KeyDown(cbkeyf3) Then ShowMouse pointer
    If KeyDown(cbkeyf4) Then ShowMouse crosshair

    DrawScreen

Until EscapeKey()
@valscion valscion closed this as completed Jun 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant