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

Documentation. #152

Open
Smurfy98 opened this issue Jul 2, 2022 · 2 comments
Open

Documentation. #152

Smurfy98 opened this issue Jul 2, 2022 · 2 comments

Comments

@Smurfy98
Copy link

Smurfy98 commented Jul 2, 2022

Hello,

I'd like to know if there is any documentation available and if not, if it's planned to add any. What interests me the most is the available even types for with-event-loop, and their respective parameters. I can't find any example that uses mousebuttondown for example. I've looked at events.lisp but only figured out which event-types are available.

Regards

@Filipp-Druan
Copy link

Hello!
Are you found any docs? Ore can you help my with this library?

@trwa
Copy link

trwa commented Jan 24, 2023

I can't find any example that uses mousebuttondown for example.

@Smurfy98 does the following work for you?

(:mousebuttondown
         (:button button)
         (format *standard-output* 
                 "~s~%" (case button
                          (1 "left")
                          (2 "middle")
                          (3 "right"))))

@Filipp-Druan AFAIK there is no documentation.
A good starting point might be the TatriX port of the Lazy Foo tutorial series, although not complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants