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

Tracking issue of tao interface for Gtk #10

Open
4 of 6 tasks
wusyong opened this issue Apr 19, 2021 · 2 comments
Open
4 of 6 tasks

Tracking issue of tao interface for Gtk #10

wusyong opened this issue Apr 19, 2021 · 2 comments
Assignees

Comments

@wusyong
Copy link
Member

wusyong commented Apr 19, 2021

We are going to have a new unified interface to build window after tauri-apps/wry#163. It should cover most usage in Tauri.
But there are still many missing features for gtk. Below is the list of features (but not limited to):

  • window methods (see comment below)
  • events (see comment below)
  • platform traits (need to discuss what traits and methods are needed)
  • monitor module
    • MonitorHandle
    • VideoMode
@wusyong
Copy link
Member Author

wusyong commented Apr 29, 2021

Missing window methods:

  • raw_window_handle
  • set_ime_position
  • set_cursor_position
  • current_monitor
  • available_monitor
  • primary_monitor

@wusyong
Copy link
Member Author

wusyong commented Apr 29, 2021

Missing events:

  • DeviceEvent Add DeviceEvent on Linux #591
    • Added
    • Button
    • Key
    • Motion
    • MouseMotion
    • MouseWheel
    • Removed
    • Text
  • LoopDestroyed
  • MainEventsCleared
  • NewEvents
    • Init
    • Poll
    • ResumeTimeReached
    • WaitCancelled
  • RedrawEventsCleared
  • RedrawRequested
  • Resumed
  • Suspended
  • UserEvent
  • WindowEvent
    • AxisMotion
    • CloseRequested
    • CursorEntered
    • CursorLeft
    • CursorMoved
    • Destroyed
    • Focused
    • Moved
    • Resized
    • DroppedFile
    • HoveredFile
    • HoveredFileCancelled
    • KeyboardInput
    • ModifiersChanged
    • MouseInput
    • MouseWheel
      • delta
      • phase (currently a wrong value is used)
    • ReceivedCharacter
    • ScaleFactorChanged
    • ThemeChanged Unsupported
    • Touch
    • TouchpadPressure

@wusyong wusyong transferred this issue from tauri-apps/wry May 4, 2021
@wusyong wusyong self-assigned this Aug 17, 2021
@wusyong wusyong changed the title Tracking issue of winit interface for Gtk Tracking issue of tao interface for Gtk Sep 30, 2021
@amrbashir amrbashir pinned this issue Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📬Proposal
Development

No branches or pull requests

2 participants