Thomas la Cour
|
a4eeb6ed02
|
rawinput code
|
2024-08-08 18:03:59 +02:00 |
|
Thomas la Cour
|
58ab6e5f94
|
missign cursorinfo
|
2024-07-26 10:07:20 +02:00 |
|
Thomas la Cour
|
fe4754a77c
|
format
|
2024-07-25 10:27:49 +02:00 |
|
Thomas la Cour
|
3291c59728
|
post rebase
|
2024-07-11 21:37:37 +02:00 |
|
Thomas la Cour
|
dd75b7a4d9
|
Merge remote-tracking branch 'upstream/master' into sys-windows-2
# Conflicts:
# core/sys/windows/kernel32.odin
# core/sys/windows/types.odin
# core/sys/windows/user32.odin
# core/sys/windows/winerror.odin
|
2024-07-11 21:20:53 +02:00 |
|
Franz Höltermann
|
3c3f0f90c2
|
Fixed WinEventFlags
|
2024-06-14 17:41:21 +02:00 |
|
Franz Höltermann
|
ec7b77fc0f
|
Improved win32 bindings according to Kelimions suggestions with enums and bitsets
|
2024-06-14 16:32:41 +02:00 |
|
Thomas la Cour
|
465ac74020
|
more windows stuff
|
2024-06-11 18:19:16 +02:00 |
|
Franz Höltermann
|
6454c6f087
|
Added some missing functions to core/sys/windows
|
2024-06-11 09:35:59 +02:00 |
|
IllusionMan1212
|
ad3675cdd6
|
core/sys/windows: added various procedures and constants related to the hid library
|
2024-05-07 21:18:25 +02:00 |
|
Yunky
|
1deb53cddb
|
Add SetMenu
|
2024-04-27 18:58:46 +01:00 |
|
Thomas la Cour
|
6243160ecd
|
Cleanup of ShowCursor after Bill pushed a fix
|
2024-03-03 19:53:34 +01:00 |
|
Thomas la Cour
|
980ee3310f
|
didn't help :/ so removed it to see if it can build again
|
2024-03-03 19:53:34 +01:00 |
|
Thomas la Cour
|
c5d5d055ac
|
Trying to resolve a strange nameclash on ShowCursor seems like raylib is also defining that. Unsure why exactly this is related so for now just tried to change the name here to _ShowCursor :/
|
2024-03-03 19:53:34 +01:00 |
|
Thomas la Cour
|
602e000379
|
hid usage flags
https://learn.microsoft.com/en-us/windows-hardware/drivers/hid/hid-usages
|
2024-03-03 19:53:33 +01:00 |
|
Thomas la Cour
|
f93074a082
|
A few extra gdi procs for icons, cursors and drawing
|
2024-03-03 19:53:33 +01:00 |
|
gingerBill
|
674bd94f72
|
Add check to see if raylib is imported with ShowCursor on sys/windows
|
2024-03-01 18:30:23 +00:00 |
|
Lucas Perlind
|
8777fa1c04
|
Add more window procedures
|
2024-02-09 14:04:16 +11:00 |
|
gingerBill
|
75c659fa41
|
Change stdcall -> system
|
2024-01-17 17:04:54 +00:00 |
|
Jeroen van Rijn
|
dab72d5615
|
Merge pull request #2952 from Pingar5/master
Add various missing windows procedures
|
2023-11-24 13:23:47 +01:00 |
|
Brennen Shaughnessy
|
6749639eb1
|
Add various missing windows procedures
|
2023-11-22 09:29:56 -05:00 |
|
skytrias
|
f97ccca514
|
added ToUnicode to win32
|
2023-11-21 21:01:05 +01:00 |
|
hikari
|
6ac2c5c6dc
|
[core:sys/windows] Added a couple of procedures
|
2023-07-17 02:40:49 +03:00 |
|
Ryhor Spivak
|
8012e6fa43
|
Remove rcDevice field from WINDOWPLACEMENT. Add WaitMessage and SetWindowPlacement.
rcDevice is under #ifdef _MAC in WinUser.h and _MAC is defined only for PowerPC Mac builds.
|
2023-05-24 15:14:30 +03:00 |
|
Matias Fernandez
|
3b2864d8a6
|
Add IsWindow to user32.odin
This is useful for checking if window has been closed without going through the WindowProc.
|
2023-04-22 17:49:16 -04:00 |
|
RestartFU
|
586e85281e
|
fix SendInput function in user32
|
2023-04-08 23:13:37 +00:00 |
|
hikari
|
03c6862d51
|
sys/windows: added some functions and types for input hooks and tray icons
|
2023-03-18 06:44:16 +02:00 |
|
gingerBill
|
a11b6a9e5f
|
Merge pull request #2265 from JooperGH/more_dwmapi_bindings
More dwmapi bindings
|
2023-01-06 12:18:10 +00:00 |
|
matias
|
c03cc21908
|
Add GetKeyboardState to user32
|
2023-01-06 07:04:38 -04:00 |
|
Jooper
|
fc3c76f946
|
Fixed CI error
|
2022-12-21 22:18:13 +00:00 |
|
JooperGH
|
1e97588e7b
|
One last binding
|
2022-12-19 15:29:07 +00:00 |
|
JooperGH
|
3ccc0b5aa6
|
HRGB and Rect functions
|
2022-12-19 15:22:05 +00:00 |
|
JooperGH
|
5464a605b1
|
CreateSolidBrush and FillRect
|
2022-12-19 13:21:16 +00:00 |
|
JooperGH
|
4a70265bfb
|
Merge branch 'master' of https://github.com/odin-lang/Odin into more_dwmapi_bindings
|
2022-12-19 11:46:35 +00:00 |
|
JooperGH
|
de0d860880
|
Added more DWMAPI bindings
|
2022-12-19 11:43:16 +00:00 |
|
hikari
|
1ddbe16d28
|
sys/windows: add GetMonitorInfoW
|
2022-12-13 10:25:18 +02:00 |
|
hikari
|
a728047281
|
sys/windows: add a bunch of stuff
|
2022-10-01 17:12:23 +03:00 |
|
hikari
|
d1c778680b
|
sys/windows: add a couple of functions and constants, fix formatting
|
2022-09-27 11:05:01 +03:00 |
|
Lucas Perlind
|
d9adb0fd6b
|
Add much of Win32's Raw Input API
|
2022-08-28 16:30:55 +10:00 |
|
matias
|
3dc62a67e0
|
Typo: "Get" -> "Set"
|
2022-08-14 07:16:54 -04:00 |
|
Fabian Sperber
|
929af320da
|
Add more windows bindings
|
2022-08-12 21:56:54 +02:00 |
|
Hyp-X
|
e6236e5c3e
|
Update user32.odin
Added UnregisterClassW procedure to windows\user32.odin
|
2022-08-01 15:59:00 +02:00 |
|
gingerBill
|
c0d2359a91
|
Merge pull request #1826 from englerj/windows-bindings
Added additional Windows bindings.
|
2022-06-28 13:14:35 +01:00 |
|
hikari
|
c6903fbcd5
|
sys/windows: add constants and macro
|
2022-06-17 15:14:21 +03:00 |
|
Josh Engler
|
6f80174f84
|
Merge branch 'master' into windows-bindings
|
2022-06-11 09:48:28 -04:00 |
|
hikari
|
88e9eb7d0c
|
sys/windows: add functions and constants
|
2022-06-09 17:44:51 +03:00 |
|
hikari
|
176954a6d8
|
sys/windows: add several functions and constants
|
2022-06-03 22:12:43 +03:00 |
|
Josh Engler
|
762895bc45
|
- Added EnumDisplaySettingsW and friends.
- Added additional file access/security/sharing attributes
|
2022-06-03 07:40:45 -04:00 |
|
gingerBill
|
0c45a46aab
|
Remove A calls in favour of W calls
|
2022-05-12 14:21:25 +01:00 |
|
Aaron Glazer
|
c9e31dc90d
|
Adding some proc bindings, struct definitions, and constant values.
|
2022-05-08 02:34:10 -07:00 |
|