Commit Graph

36 Commits

Author SHA1 Message Date
superp00t
5c75a80a15 fix(event): use ExitProcess() to actually exit on Windows, exit() doesn't work 2023-08-17 05:43:24 -04:00
superp00t
3ee7e489aa feat(event): implement synchronous key and mouse state tracking 2023-04-29 23:12:53 -04:00
fallenoak
ee1d46db19
chore(build): remove unused includes 2023-03-31 12:03:37 -05:00
Tristan 'Natrist' Cormier
8e61a4c428
feat(event): add EventGetCurrentContext and EventPostClose 2023-03-31 11:39:33 -05:00
fallenoak
391e299865
fix(event): place new handler in correct position in handler list 2023-03-23 23:55:39 -05:00
fallenoak
5ccf980c23 feat(event): add last vkeys to windows keyboard input handling 2023-03-20 16:47:22 -05:00
fallenoak
b94d5825bb feat(event): handle size input events for windows 2023-03-20 00:37:35 -05:00
fallenoak
ba790418e1
feat(client): migrate gui functions and implement OsGuiGetWindow 2023-03-20 00:06:50 -05:00
fallenoak
bfbd7e57ad chore(event): add assertions to EventRegisterEx 2023-03-19 17:06:39 -05:00
fallenoak
c106c77776 feat(event): handle char events on windows 2023-03-18 17:33:43 -05:00
fallenoak
43402e3bd1 feat(event): handle key down and key up events for windows 2023-03-18 17:10:01 -05:00
fallenoak
b8ebabaea5 fix(event): add missing break 2023-03-17 23:41:25 -05:00
fallenoak
e391f89656 feat(event): handle mouse up and down events for windows 2023-03-17 23:27:58 -05:00
fallenoak
7f70ecd225 feat(event): handle normal mouse move events for windows 2023-03-17 22:03:06 -05:00
fallenoak
dbf840e6ad
chore(event): consolidate window and input functions 2023-03-17 21:57:05 -05:00
fallenoak
c2a5dd0568
feat(event): add os-specific mouse mode handling 2023-03-17 17:54:02 -05:00
fallenoak
6135d7c37b feat(event): wire up more mouse mode handling 2023-03-16 12:25:07 -05:00
fallenoak
2b791973b5 feat(event): process focus input 2023-03-15 23:54:59 -05:00
fallenoak
27cab4814c feat(event): handle WM_ACTIVATE event in window proc 2023-03-15 23:47:18 -05:00
fallenoak
e6b43f9758 fix(event): correct minor logic errors in windows message loop 2023-03-15 22:33:47 -05:00
fallenoak
b295c541e3 fix(event): include missing header 2023-03-15 20:03:05 -05:00
fallenoak
885eeeabd8 feat(event): implement OsInputGet for windows 2023-03-15 17:40:07 -05:00
fallenoak
788dde31ef feat(event): split out OsInputGet by platform 2023-03-15 16:58:55 -05:00
fallenoak
98d75ca2e3 feat(event): handle WM_CLOSE event in window proc 2023-03-15 15:39:28 -05:00
fallenoak
aafbada709
fix(event): use correct types for window proc params 2023-03-15 15:24:14 -05:00
fallenoak
32f9c81abf
feat(event): pass custom window proc in gx device creation 2023-03-14 17:15:54 -05:00
fallenoak
5e2c1e7769
feat(net): wire up polling loop for realm connections 2023-02-25 15:59:30 -06:00
fallenoak
066e650958
feat(net): add initial handling for SMSG_AUTH_CHALLENGE 2023-02-25 13:46:29 -06:00
fallenoak
8e03d9e5dd
feat(net): implement message ready callback in NetClient 2023-02-24 19:41:39 -06:00
fallenoak
8a3e37ce73
feat(net): handle connected callback in NetClient 2023-02-18 17:43:35 -06:00
fallenoak
4cc5b4b038
chore(event): clean up function declarations 2023-01-05 21:07:14 -06:00
fallenoak
97a6a8dd91
chore(style): normalize memory allocations 2023-01-04 21:00:29 -06:00
fallenoak
655d795a9d
feat(app): add windows app 2023-01-03 00:45:25 -06:00
fallenoak
6bebfe5e2f
chore(event): clean up assertions in input functions 2023-01-02 15:56:45 -06:00
fallenoak
09d77e1ba2
feat(event): handle close event 2023-01-02 15:37:41 -06:00
fallenoak
70b00c5c38
chore: initial commit 2023-01-02 13:17:18 -06:00