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

Linux (Wayland) support #5

Open
62 tasks
5GameMaker opened this issue Jul 26, 2023 · 0 comments
Open
62 tasks

Linux (Wayland) support #5

5GameMaker opened this issue Jul 26, 2023 · 0 comments

Comments

@5GameMaker
Copy link
Member

Progress tracking issue for Linux (Wayland).

Features to add

Specific events:
  • Window resized
  • Window moved
  • Window close requested
  • Window destroyed
  • Redraw requested
  • Focus in
  • Focus out
  • File dropped
  • File hovered
  • File hover cancelled
  • Keyboard events:
    • Key press
    • Key release
    • Key repeat
    • IME commit
  • Mouse events:
    • Pressed
      • Left
      • Middle
      • Right
      • Other
    • Released
      • Left
      • Middle
      • Right
      • Other
    • Moved
    • Entered window
    • Left window
    • Scroll wheel
  • Touch events:
    • Started
    • Moved
    • Ended
    • Cancelled

Taken from the EventKind enum.

Other features:
  • Window initialization
  • Multiple windows
  • OpenGL support
  • Vulkan support
  • Window decorations
  • Window resizing events
  • Window resize increments
  • Window transparency
  • Window max/min-imisation
  • Fullscreen
  • Exclusive Fullscreen
  • HiDPI
  • Popups
  • Monitor info
  • Video mode query
  • Mouse events
  • Set, lock, or confine mouse cursor
  • Custom cursor icon
  • Cursor hittests
  • Touch events
  • Touch pressure
  • Multitouch
  • Keyboard events
  • Drag 'n drop
  • Raw device events
  • Gamepad/joystick events
  • Device movement events

Copypasted from X11 tracking issue

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

No branches or pull requests

1 participant