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

Some fixes before syncing macOS branch #1303

Open
wants to merge 3 commits into
base: atspi
Choose a base branch
from

Conversation

vasily-v-ryabov
Copy link
Contributor

No description provided.

inp.ki.dwFlags |= flags

# it seems to return 0 every time but it's required by MSDN specification
# so call it just in case
inp.ki.dwExtraInfo = win32functions.GetMessageExtraInfo()

# if we are releasing - then let it up
if self.down:
for i, inp in enumerate(down_inputs):

Check failure

Code scanning / CodeQL

Potentially uninitialized local variable Error

Local variable 'down_inputs' may be used before it is initialized.
inputs[-1].ki.dwFlags |= KEYEVENTF_KEYUP
# if we are releasing - then let it up
flags |= KEYEVENTF_KEYUP
for i, inp in enumerate(up_inputs):

Check failure

Code scanning / CodeQL

Potentially uninitialized local variable Error

Local variable 'up_inputs' may be used before it is initialized.
@codecov
Copy link

codecov bot commented May 27, 2023

Codecov Report

Merging #1303 (e09e8f0) into atspi (bf7f789) will decrease coverage by 6.33%.
The diff coverage is 69.69%.

Additional details and impacted files
@@            Coverage Diff             @@
##            atspi    #1303      +/-   ##
==========================================
- Coverage   94.15%   87.82%   -6.33%     
==========================================
  Files          60       60              
  Lines       23036    23059      +23     
==========================================
- Hits        21689    20252    -1437     
- Misses       1347     2807    +1460     

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

Successfully merging this pull request may close these issues.

None yet

1 participant