mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-15 15:19:57 +00:00
@@ -10,7 +10,7 @@ public enum UIMessage : uint
|
||||
MouseClick = 0x24, // wparam = UIPacket::kMouseClick*
|
||||
MouseClick2 = 0x31, // wparam = UIPacket::kMouseAction*
|
||||
MouseAction = 0x32, // wparam = UIPacket::kMouseAction*
|
||||
FrameMessage_QuerySelectedIndex = 0x58, // Used to query selected index in character selector
|
||||
FrameMessage_QuerySelectedIndex = 0x59, // Used to query selected index in character selector
|
||||
WriteToChatLog = 0x10000000 | 0x7F, // wparam = UIPacket::kWriteToChatLog*. Triggered by the game when it wants to add a new message to chat.
|
||||
WriteToChatLogWithSender = 0x10000000 | 0x80, // wparam = UIPacket::kWriteToChatLogWithSender*. Triggered by the game when it wants to add a new message to chat.
|
||||
CheckUIState = 0x10000000 | 0x118, // lparam = uint32_t* out state (2 = char select ready)
|
||||
|
||||
Reference in New Issue
Block a user