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

add pointer(touch) event support #80

Merged
merged 4 commits into from
Jan 6, 2020
Merged

add pointer(touch) event support #80

merged 4 commits into from
Jan 6, 2020

Conversation

ssine
Copy link
Contributor

@ssine ssine commented Jan 5, 2020

along with window server SetSize opcode

Copy link
Collaborator

@pent0 pent0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay!

src/emu/console/src/thread.cpp Outdated Show resolved Hide resolved
src/emu/console/src/thread.cpp Outdated Show resolved Hide resolved
src/emu/console/src/thread.cpp Outdated Show resolved Hide resolved
mouse_pos_x /= scale;
mouse_pos_y /= scale;

auto mouse_evt = make_mouse_event_driver(mouse_pos_x, mouse_pos_y, button, action);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mouse_evt was passed to queue_input_from_driver next line which doesn't accept const parameter

src/emu/debugger/src/imgui_debugger.cpp Show resolved Hide resolved
src/emu/epoc/src/services/window/fifo.cpp Show resolved Hide resolved
src/emu/epoc/src/services/window/window.cpp Outdated Show resolved Hide resolved
@pent0 pent0 merged commit ebc24f9 into EKA2L1:master Jan 6, 2020
@TRR95 TRR95 added the Added / Resolved / Fixed An Issue Has Been Resolved / Fixed or An enhancement was added label Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Added / Resolved / Fixed An Issue Has Been Resolved / Fixed or An enhancement was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants