aboutsummaryrefslogtreecommitdiff
path: root/core/sys/windows/user32.odin
Commit message (Collapse)AuthorAgeFilesLines
* Add more Windows endpointsblob180718 hours1-6/+28
|
* Merge pull request #6214 from Josh8011/mastergingerBill13 days1-0/+1
|\ | | | | user32.odin add UnhookWinEvent
| * user32.odin add UnhookWinEventJoshua Zimbicki13 days1-0/+1
| |
* | Use `contextless`gingerBill13 days1-2/+4
| |
* | Merge pull request #5816 from jakubtomsu/win32-rawinput-and-barriersgingerBill13 days1-0/+8
|\ \ | |/ |/| [core:sys/windows] Sync Barriers, macros for buffered rawinput
| * forgot to use tabs, as alwaysjakubtomsu2025-10-161-2/+2
| |
| * barriers, rawinput macrosjakubtomsu2025-10-161-0/+8
| |
* | Add more win32 bindingsbplu4t2f2026-01-241-0/+12
| |
* | Improve the formatting of user32.odingingerBill2026-01-021-319/+326
| |
* | Change usage of `i32` to `c_int` where appropriategingerBill2026-01-021-10/+10
| |
* | Fix typogingerBill2026-01-021-1/+1
| |
* | Fix some return types in core:sys/windowsgingerBill2026-01-021-4/+4
| |
* | Fix `GetSystemMetricsForDpi` signaturegingerBill2026-01-021-3/+2
| |
* | Add user32 scroll bar related bindings, and FrameRectbplu4t2f2025-12-271-0/+59
| |
* | Add missing SetLayeredWindowAttributes constantsgerigk2025-11-041-0/+3
|/
* win/sys: Add GetWindowThreadProcessIdomark962025-05-031-0/+2
|
* Add miscellaneous missing WinAPI functions, constants, and structures for ↵NotKyon2025-02-011-0/+23
| | | | comctl32, user32, and ux_theme.
* Merge pull request #4665 from GrumpyLion/add_some_missing_win_functionsgingerBill2025-01-081-0/+3
|\ | | | | Add SetWindowSubclass and RegisterHotKey functions
| * reviewLion Schitik2025-01-081-1/+2
| |
| * Add SetWindowSubclass and RegisterHotKey functionsLion Schitik2025-01-081-0/+2
| |
* | Fix name of RI_MOUSE_LEFT_BUTTON_DOWN containing S at the enddavid_cauchi2025-01-081-1/+1
|/
* added IsZoomed to user32 bindings in sys/windowsCodingChris2024-12-301-0/+1
|
* typo fixed (MOUSE_ATTRIUBTTES_CHANGED -> MOUSE_ATTRIBUTES_CHANGED)GonkieDev2024-12-111-1/+1
|
* Use tabs instead of spacesAlex Overstreet2024-11-131-10/+10
|
* Add STICKYKEYS, TOGGLEKEYS, and FILTERKEYSAlex Overstreet2024-11-131-0/+61
|
* Moved all packages in core, base, vendor, tests and examples to use new #+ ↵Karl Zylinski2024-09-141-1/+1
| | | | file tag syntax.
* Add Win32 procs needed to handle clipboardFakhri Mouad2024-08-281-0/+35
|
* fix windows bindings where BOOL is not actually a booleanLaytan Laats2024-08-281-2/+2
| | | | Fixes #4157
* rawinput codeThomas la Cour2024-08-081-2/+13
|
* missign cursorinfoThomas la Cour2024-07-261-0/+15
|
* formatThomas la Cour2024-07-251-19/+19
|
* post rebaseThomas la Cour2024-07-111-4/+1
|
* Merge remote-tracking branch 'upstream/master' into sys-windows-2Thomas la Cour2024-07-111-0/+20
|\ | | | | | | | | | | | | | | # Conflicts: # core/sys/windows/kernel32.odin # core/sys/windows/types.odin # core/sys/windows/user32.odin # core/sys/windows/winerror.odin
| * Fixed WinEventFlagsFranz Höltermann2024-06-141-4/+4
| |
| * Improved win32 bindings according to Kelimions suggestions with enums and ↵Franz Höltermann2024-06-141-1/+11
| | | | | | | | bitsets
| * Added some missing functions to core/sys/windowsFranz Höltermann2024-06-111-0/+11
| |
* | more windows stuffThomas la Cour2024-06-111-67/+202
|/
* core/sys/windows: added various procedures and constants related to the hid ↵IllusionMan12122024-05-071-21/+19
| | | | library
* Add SetMenuYunky2024-04-271-0/+1
|
* Cleanup of ShowCursor after Bill pushed a fixThomas la Cour2024-03-031-2/+0
|
* didn't help :/ so removed it to see if it can build againThomas la Cour2024-03-031-3/+2
|
* Trying to resolve a strange nameclash on ShowCursor seems like raylib is ↵Thomas la Cour2024-03-031-1/+3
| | | | also defining that. Unsure why exactly this is related so for now just tried to change the name here to _ShowCursor :/
* hid usage flagsThomas la Cour2024-03-031-0/+13
| | | | https://learn.microsoft.com/en-us/windows-hardware/drivers/hid/hid-usages
* A few extra gdi procs for icons, cursors and drawingThomas la Cour2024-03-031-2/+66
|
* Add check to see if raylib is imported with `ShowCursor` on sys/windowsgingerBill2024-03-011-0/+4
|
* Add more window proceduresLucas Perlind2024-02-091-0/+1
|
* Change `stdcall` -> `system`gingerBill2024-01-171-5/+5
|
* Merge pull request #2952 from Pingar5/masterJeroen van Rijn2023-11-241-0/+3
|\ | | | | Add various missing windows procedures
| * Add various missing windows proceduresBrennen Shaughnessy2023-11-221-0/+3
| |
* | added ToUnicode to win32skytrias2023-11-211-0/+1
|/